Wednesday, 14 August 2013

Git user authorization per branch by hook

Git user authorization per branch by hook

5 developers have access to git-repository through same ssh-account. I
need to limit push-access for some branches of that repo. How to implement
simple branch security with git hooks?

No comments:

Post a Comment