Created
June 4, 2015 19:34
-
-
Save kraihn/1f48336016fa689df2d2 to your computer and use it in GitHub Desktop.
Prefix Commit Message with Jira Issue on Windows
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
| @node "%~dp0prepare-commit-msg" %* |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This file is used to execute a Node.js script as a Windows command.
https://gist.github.com/kraihn/56f487d328c2b975cc54
Based on a comment found on this blog post. http://www.2ality.com/2011/12/nodejs-shell-scripting.html