Enforce the JIRA issue id in a GIT commit message
Enforce the JIRA issue id in a GIT commit message This can be done by using git hooks file location at .git/hooks/commit-msg. Following are the 2 way in whcih each Developers can set the Hooks in their developement envioronment. Method – 1 [code]# commit-msg.sh #!/bin/sh # This hook will make sure that the commit message…
