Skip to content

Instantly share code, notes, and snippets.

@jimcadden
Created June 6, 2012 15:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jimcadden/2882568 to your computer and use it in GitHub Desktop.
Save jimcadden/2882568 to your computer and use it in GitHub Desktop.
git log visualizer for command line
git config --global alias.lg 'log --all --graph --pretty=format:"%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%ci) %C(bold blue)<%an>%Creset" --abbrev-commit'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment