[alias]
graph = log --graph --date-order -C -M --pretty=format:"<%h> %ad [%an] %Cgreen%d%Creset %s" --all --date=short
これを$HOME/.gitconfig かetc/gitconfig に追加しておくとgit graphが使える。
commitをrebaseしたい時、ブランチがどんな構造になっているか把握したい時など便利。
引用元:http://wp.pxdesign.jp/2014/08/23/git-hierarchy-structure/