On Fri, Jun 11, 2010 at 5:22 AM, cdamian <chris...@damian.net> wrote:
> I try to find a solution to replace subversion with git in our
> company. One of the requirements we have are extensive checks before a
> commit can land in the main branch of the central server.

Check (or merge, or cherry-pick) your new commits into a test branch.
Merge the latest master into the test branch. Run the tests in the
test branch. When all is well, merge the test branch back into the
master.

-P.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-us...@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to