batch file - Git commit hook to run in windows (auto JIRA prefix) -
i want write batch file commit hook check if users adding jira id prefix commit message.
i have created scripts working in linux environment only.
i unable find sample such.
try latest git windows (the git-2.4.6-5th-release-candidate-64-bit.exe
setup)
as documented in issues 130:
a typical use case e.g. github windows start git bash in given working directory.
i changed behavior of
git-bash.exe
require new--cd-to-home
option behave git bash start menu item (which uses option now).the default not switch directory explicitly. if want switch home directory (as default of
git-bash.exe
before), have pass--cd-to-home
option.
it means contextual menu should work. , now, comamnd-line command git-bash.exe
work (it opens bash in current folder)
Comments
Post a Comment