I got the location of the GIT repository from the "Settings" tab of the GIT repository in Stash. Something like /var/stash-home/data/repositories/<repo id>
I have written a prepare-commit-msg hook and added this hook manually inside the hooks folder of this particular GIT repository.
But when I clone this repository, I am not seeing the hook I added there inside the local .git/hooks folder.
How can I make sure that the hook I added is available in the .git folder when I clone it on my local machine?
Hooks are not versioned as parts of a git repository. See for example this thread on StackOverflow. (There are some workarounds in the answers.)
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.