Wie man Klon in ein Verzeichnis eingeht
git clone [email protected]:whatever folder-name
git clone [email protected]:whatever .
Helpless Hedgehog
git clone [email protected]:whatever folder-name
git clone [email protected]:whatever .
git init
git remote add origin [my-repo]
git fetch
git checkout origin/master -ft