Skip to content

Instantly share code, notes, and snippets.

@RamonPage
Forked from guilhermechapiewski/gist:6066682
Last active December 20, 2015 03:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RamonPage/6066799 to your computer and use it in GitHub Desktop.
Save RamonPage/6066799 to your computer and use it in GitHub Desktop.
Creates a "git tree" alias that displays a pretty nicely formatted git log output.
git config --global alias.tree "log --graph --pretty=format:'%Cgreen%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold cyan)<%an>%Creset' --abbrev-commit --date=relative"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment