Created
May 25, 2012 12:16
-
-
Save larsvegas/2787696 to your computer and use it in GitHub Desktop.
git log in a pretty format
This file contains hidden or 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
#!/bin/sh | |
GIT=`which git` | |
$GIT log --graph --pretty="%d %Cred %H %Creset %aD %Cgreen %aN %Creset %s" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment