Creado por Andrew Watters
hace casi 6 años
|
||
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