Skip to content

Instantly share code, notes, and snippets.

@ivankristianto
Created March 30, 2017 13:30
Show Gist options
  • Save ivankristianto/8b34a0ab13149d85f7228bbf55f96176 to your computer and use it in GitHub Desktop.
Save ivankristianto/8b34a0ab13149d85f7228bbf55f96176 to your computer and use it in GitHub Desktop.
Better Git History Tree
git config --global alias.tree 'log --graph --full-history --all --color —pretty=format:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment