Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save virtualadrian/3809131158ddc4bccd570ed1ea1767c3 to your computer and use it in GitHub Desktop.

Select an option

Save virtualadrian/3809131158ddc4bccd570ed1ea1767c3 to your computer and use it in GitHub Desktop.
Find JIRA ids (e.g., HI5R-123) in git log between tags (e.g., "BTCM-211 and "BTCM-217")
git log master..release | grep -Eo "\w+-\d+" | sort -u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment