Skip to content

Instantly share code, notes, and snippets.

@camfindlay
Created August 26, 2015 21:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save camfindlay/4cef980c1fbabca5bdbe to your computer and use it in GitHub Desktop.
Save camfindlay/4cef980c1fbabca5bdbe to your computer and use it in GitHub Desktop.
Get change log messages for github module releases
git log --left-right --cherry-pick --oneline --pretty=format:"%h: %s (%an)" branch1...branch2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment