Skip to content

Instantly share code, notes, and snippets.

@codeprimate
Created March 10, 2014 19:45
Show Gist options
  • Save codeprimate/9472801 to your computer and use it in GitHub Desktop.
Save codeprimate/9472801 to your computer and use it in GitHub Desktop.
# ~/.gitconfig Alias for changelog
[alias]
cl = !git log --format='format: * %s (%an: %ad) [%h]' --no-merges
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment