CONFLICT (rename/rename): Rename "will-be-renamed.txt"->"new-name-1.txt" in branch "HEAD" rename "will-be-renamed.txt"->"new-name-2.txt" in "branch2"
Automatic merge failed; fix conflicts and then commit the result.
If you want to keep one file, say new-name-2.txt:
git add new-name-2.txt
git rm new-name-1.txt will-be-renamed.txt
git commit
When webpack bundles your javascript it wraps all of your individual files/modules in functions so they are no longer run in the global scope, therefore if you want to make a variable global you have to explicitly set it on the window object, i.e.
window.a = 1;
n Deutsch gibt \bibliography{} standardmäßig eine Bibliographie mit der Überschrift Literatur aus. Wünscht man stattdessen als Überschrift zum Beispiel Quellen, so verwende man vor dem Befehl \bibliography{}: \renewcommand\refname{Quellen} (für Dokumente vom Typ article) bzw. \renewcommand\bibname{Quellen} (für Dokumente vom Typ book und report).