Skip to content

Instantly share code, notes, and snippets.

@dragouf
Last active January 26, 2017 13:37
Show Gist options
  • Save dragouf/b221a9d36c37855a68fd8828dd6f843c to your computer and use it in GitHub Desktop.
Save dragouf/b221a9d36c37855a68fd8828dd6f843c to your computer and use it in GitHub Desktop.
git log alias
git config --global alias.logp 'log -n 40 --graph --decorate --date=relative --pretty=format:"%Cgreen%h %C(bold blue)%ad %C(yellow)%an: %Creset%s -%C(bold cyan)%d%Creset"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment