Skip to content

Instantly share code, notes, and snippets.

@monsat
Created August 13, 2011 08:35
Show Gist options
  • Save monsat/1143625 to your computer and use it in GitHub Desktop.
Save monsat/1143625 to your computer and use it in GitHub Desktop.
"git log-all" is command for viewing logs with branch tree
# via http://d.hatena.ne.jp/yukioc/20090920/1253413686
git config --global alias.log-all "log --graph --all --color --pretty='%x09%h %cn%x09%s %Cred%d%Creset'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment