Skip to content

Instantly share code, notes, and snippets.

@asabaylus
Last active May 18, 2017 20:22
Show Gist options
  • Save asabaylus/23e28cc4232eb4f32fc84ea1343bc084 to your computer and use it in GitHub Desktop.
Save asabaylus/23e28cc4232eb4f32fc84ea1343bc084 to your computer and use it in GitHub Desktop.
Jira Keys from Git Branches
# From the last release to the HEAD of master
# find all commits with a Jira key
$ git log origin/6.6..master | grep -Eo [A-Za-z]+-[0-9]+ | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment