Created
December 15, 2011 13:10
-
-
Save TaurusOlson/1481041 to your computer and use it in GitHub Desktop.
Pretty git log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[alias] | |
hist = log --pretty=format:'%C(yellow)%h %C(blue)%ad %Creset| %s%Cred%d [%an]' --graph --date=short |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This alias was extracted from http://gitimmersion.com/lab_10.html by Jim Weirich.