git branch -f <branch> [<destination>]
git hoist <branch> [<destination>]
git ff [<destination>]
git catchup [<branch>] [<remote>]
git subup
git diff
git diff --cached
git cdiff
git cpush [<remote>]
git fpush [<remote>]
git revert [--no-commit] <commit>...
git --no-pager diff > /tmp/name.patch
scp [email protected]:/tmp/name.patch .
git apply --ignore-space-change --ignore-whitespace name.patch
git add [<file>...]
git stage [<file>...]
git unstage [<file>...]
git add -p
git unstage -p
git ssh <remote>
gcd <remote>
git stash [save [<message>]]
git stash pop
git sco <branch>
git lgg
git log --graph --decorate --oneline [--branches --remotes --tags --all --color]
git authors
git committers
git commands