Erstellt von Andrew Watters
vor fast 6 Jahre
|
||
What is Git?
git add <filepath>
git clone <url>
git commit -m "<message>"
git checkout <args>
git branch <args>
git diff <filepath>
git fetch <args>
git <command> --help
git init
git pull
git status
git push
git merge <args>
git log
git remote
man git