Skip to content

Instantly share code, notes, and snippets.

@TaurusOlson
Created December 15, 2011 13:10
Show Gist options
  • Save TaurusOlson/1481041 to your computer and use it in GitHub Desktop.
Save TaurusOlson/1481041 to your computer and use it in GitHub Desktop.
Pretty git log
[alias]
hist = log --pretty=format:'%C(yellow)%h %C(blue)%ad %Creset| %s%Cred%d [%an]' --graph --date=short
@TaurusOlson
Copy link
Author

This alias was extracted from http://gitimmersion.com/lab_10.html by Jim Weirich.

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