git branch -f <branch> [<destination>]git hoist <branch> [<destination>]git ff [<destination>]git catchup [<branch>] [<remote>]
git subup
git diffgit diff --cachedgit cdiff
git cpush [<remote>]git fpush [<remote>]
git revert [--no-commit] <commit>...
git --no-pager diff > /tmp/name.patchscp [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 -pgit unstage -p
git ssh <remote>gcd <remote>
git stash [save [<message>]]git stash popgit sco <branch>
git lgggit log --graph --decorate --oneline [--branches --remotes --tags --all --color]
git authorsgit committersgit commands