Wo muss git init ausgeführt werden, um ein Repository unter ~/project/quantum-leap zu erstellen?
git init
~/project/quantum-leap
In einem manuell erstellten Verzeichnis ~/project/quantum-leap/.git.
~/project/quantum-leap/.git
Im Home-Verzeichnis ~.
~
In ~/project/quantum-leap.
In ~/project, bevor das neue Verzeichnis erstellt wird.
~/project