git clone benutzername@host:/pfad/zum/repository
Zum Beispiel bei gitlab:
git clone git@gitlab.com:<user>/<repository>.git
git pull
bzw.
git push
git status
git log
git diff
git checkout -- .
git add *
git commit --all
git add <file1> git add <file2> git add ... git commit
git checkout <branch>
git checkout -b <branch>