Skip to content

Instantly share code, notes, and snippets.

@jasonaowen
Last active June 14, 2017 16:10
Show Gist options
  • Save jasonaowen/d836e62eca87fd04bea55df70accafc4 to your computer and use it in GitHub Desktop.
Save jasonaowen/d836e62eca87fd04bea55df70accafc4 to your computer and use it in GitHub Desktop.
git plog - pretty, graphical log
git config \
--global \
alias.plog \
"log --oneline --graph --all --decorate --pretty='format:%C(yellow)%h%C(auto)%d %Creset%s %C(cyan)[%an] %C(blue)%ar'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment