Skip to content

Instantly share code, notes, and snippets.

@jeffaburt
Last active September 27, 2016 16:25
Show Gist options
  • Save jeffaburt/05135c4399de55a1d02b4fbbacff3f54 to your computer and use it in GitHub Desktop.
Save jeffaburt/05135c4399de55a1d02b4fbbacff3f54 to your computer and use it in GitHub Desktop.
Gets the title of each pull request between the latest two tags
git log --pretty=%b `git describe --abbrev=0 HEAD^^`...`git describe --abbrev=0` --merges | grep '\S'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment