Created
June 22, 2012 17:49
-
-
Save weisjohn/2974191 to your computer and use it in GitHub Desktop.
An alias that pretty-prints git logs as graphs
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
# this came from jtaby http://www.slideshare.net/jtaby/tools-and-techniques-for-faster-development slide 94 | |
alias gl="git log --graph --pretty=format:'%Cred%h%Creset %C(cyan)%an%Creset - %C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment