Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,556,715
Community Members
 
Community Events
184
Community Groups

How to use git hooks with Sourcetree Gitflow?

I am trying to trigger Git Hooks from the use of Sourcetree's embedded GitFlow functionality.

Basically, I am trying to do something very simple: run a git hook that tags the Master branch after a successful merge (using, for example, the "Release" in GitFlow).

The script works and triggers fine if I do the merge manually. However, when using GitFlow "Finish Release", the script never triggers; even though I understand it is doing precisely a merge.

What gives?

1 answer

1 accepted

0 votes
Answer accepted
minnsey
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Feb 27, 2019

Hi

Does the hook trigger if you run the Git flow commands from the terminal or command line?

If it does, I would expect Sourcetree to do the same but if it is Git-Flow failing then not.

Perhaps this is of help? https://stackoverflow.com/questions/48524221/git-flow-avh-edition-hooks-are-not-executed

Git-Flow also seems to have its own hook mechanism
https://github.com/petervanderdoes/gitflow-avh/tree/develop/hooks

https://github.com/jaspernbrouwer/git-flow-hooks

You are correct; I would expect running "git flow release finish" to trigger the commit/merge hooks, but they do not. 

 

Git Flow runs on its own hooks, such as:

 

post-flow-hotfix-finish

post-flow-release-finish

pre-flow-release-finish

 

Thanks for the tip.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events