I have a git hook file
.git/hooks/commit-msg
that I would like everybody on the team to have. Can I add it to the reposity somehow?
feedback
|
|
I think you can't directly add the hook to the repository. However you can put the script in the normal tree structure and create a small script to link it to the hooks directory. If you have your
| |||
|
feedback
|