Created by Andrew Watters
almost 6 years ago
|
||
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