Skip to content

Instantly share code, notes, and snippets.

@larsvegas
Created May 25, 2012 12:16
Show Gist options
  • Save larsvegas/2787696 to your computer and use it in GitHub Desktop.
Save larsvegas/2787696 to your computer and use it in GitHub Desktop.
git log in a pretty format
#!/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