Skip to content

Instantly share code, notes, and snippets.

@duff
Created March 8, 2010 14:51
Show Gist options
  • Save duff/325216 to your computer and use it in GitHub Desktop.
Save duff/325216 to your computer and use it in GitHub Desktop.
Bash alias for simple git log output
alias gl='git log -n1000 --no-merges --pretty=format:"* %s (%cn) %b"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment