Skip to content

Instantly share code, notes, and snippets.

@pronskiy
Created August 2, 2017 09:22
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 pronskiy/23bc8c4330187d6b414c52e95a4da56b to your computer and use it in GitHub Desktop.
Save pronskiy/23bc8c4330187d6b414c52e95a4da56b to your computer and use it in GitHub Desktop.
Pretty git log
git config --global alias.lg '!git -c color.ui=always log --pretty=format:"%C(yellow)%h%Creset %C(green)%<(15,trunc)%an%Creset %C(cyan)%<(12,trunc)%ar%Creset %s" --graph -n20'
@pronskiy
Copy link
Author

pronskiy commented Aug 2, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment