The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Hooks inside git repository of Stash are not getting cloned

Karthik Bhat
Contributor
August 12, 2014

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?


1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Balázs Szakmáry
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
August 12, 2014

Hooks are not versioned as parts of a git repository. See for example this thread on StackOverflow. (There are some workarounds in the answers.)

TAGS
AUG Leaders

Atlassian Community Events