Skip to content

Instantly share code, notes, and snippets.

@j1n3l0
Last active November 13, 2017 11:14
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 j1n3l0/1ee8129c05b1d4083551c0b29bbeb747 to your computer and use it in GitHub Desktop.
Save j1n3l0/1ee8129c05b1d4083551c0b29bbeb747 to your computer and use it in GitHub Desktop.
Add a `git tree` command to your config
git config --global alias.tree "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --date=relative"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment