Skip to content

Instantly share code, notes, and snippets.

@mtscout6
Created January 26, 2016 20:51
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 mtscout6/1ee229d77a33bf9e9ded to your computer and use it in GitHub Desktop.
Save mtscout6/1ee229d77a33bf9e9ded to your computer and use it in GitHub Desktop.
Expected Jira Git Commit Hook Output
➜ tw-hubot git:(master) git commit -m "Some commit message TW-8156" <-- Your command line execution to commit your code
[jira-precommit-hook] Commit message successfully verified. <-- Confirmation message from the commit hook
[master 5361b4f] Some commit message TW-8156 <-- Confirmation message from git that the commit succeeded (NOT THE COMMIT HOOK)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment