0
votes
1answer
120 views

Restricting user's push commands privileges

How can I not allow the users to make pushes that are going to create a new branch in remote repository? And is there anyway not to let the user push to a certain remote branch in github ,e.g restrict ...
1
vote
1answer
94 views

Git Post-Receive Hook is Inconsistently Adding Changes

I am trying to write a post-receive hook which will pull in all new branches pushed to a bitbucket account. Then, if the person who pushed those changes is a designated user of a particular ...
1
vote
1answer
751 views

Git commit hooks per branch

I'm working on getting into some more advanced usage of git, and I think hooks are the way that I want to go, perhaps somebody can give me some advice here. My plan is to have a git repository with 3 ...