Git aliases that I have found to be indispensable Add to ~/.gitconfig wherever you use Git. [alias] co = checkout st = status br = branch lg = log --oneline --topo-order --graph --pretty=graph [color] ui = true