I\'ve created a post-receive hook in git. The hook output messages to the screen, which are sent back to the git client doing the push, and outputted back.
We\'re using git with a central repo (using Gitosis). I\'ve created a post-receive hook to generate an email to the dev mailing list whenev开发者_开发知识库er changes are pushed to the central repo, a
In our team we are usually pushing all tasks into separate branches, and after that release-manager review those branches and merge them into \'master\' branch