Created
January 26, 2016 20:51
-
-
Save mtscout6/1ee229d77a33bf9e9ded to your computer and use it in GitHub Desktop.
Expected Jira Git Commit Hook Output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ 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