Skip to content

Instantly share code, notes, and snippets.

@bskinn
Last active June 16, 2017 16:10
Show Gist options
  • Save bskinn/df41a810f706098cbba549c4737f8de1 to your computer and use it in GitHub Desktop.
Save bskinn/df41a810f706098cbba549c4737f8de1 to your computer and use it in GitHub Desktop.
"logtree" alias for git, prettyprinting a particular flavor of tree-view log

Either add directly to local or global .git/config:

alias.logtree=!sh -c 'git log --graph --all --oneline --decorate=full'

Or can use git config:

> git config [--global] alias.logtree '!sh -c '"'"'git log --graph --all --oneline --decorate=full'"'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment