Skip to content

Instantly share code, notes, and snippets.

View bookest's full-sized avatar

Christopher Grim bookest

View GitHub Profile
#!/usr/bin/env ruby
#
# Update JIRA with git commit messages
#
# == Usage ==
#
# To update a JIRA issue, prepend the first line of your git commit message
# with the issue key and a colon:
#
# $ git commit -m "GIT-1: Updates something"