Skip to content

Instantly share code, notes, and snippets.

@codeincontext
Created April 17, 2013 14:06
Show Gist options
  • Save codeincontext/5404572 to your computer and use it in GitHub Desktop.
Save codeincontext/5404572 to your computer and use it in GitHub Desktop.
Output git log as markdown list - for hockeyapp updates
git log --pretty=format:"- %s" --decorate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment