- 27/10/2014 : https://www.codeschool.com/account/courses/git-real
- Git aliases: Extended version here : https://git.wiki.kernel.org/index.php/Aliases
git push origin :branchname
: remove a remote branchgit rebase
: Tidy commit history. Remove merge commitsgit prune
: Clean up stale local branches when compared to remote