BASIC COMMANDS -------------- git --version git help git --help ----------------- git clone url ----------------- git config git config --list git config --local user.email "me@email.com" git config --local user.name "Me" ----------------- git init git add git reset HEAD git stash git stash list git stash show git stash drop git commit git branch git checkout git push git pull (a combination of fetch and merge) git status git log (press q to exit log) git log --oneline git log --stat git log --patch git log --graph git diff git diff --staged git diff HEAD git diff --color-words git diff --word-diff git diff --stat git merge git remote -v git remote push -u origin master git branch -d Component-based-CSS-refactor gitk