Hi everyone.  I have a question.  At my current company, we have quite a 
few developers.  Each team has about 10 or 15 developers that are only 
allowed to modify their specific code areas.

On our current bug and new development tracking system, we have bug ticket 
that code changes are tied too, and sometimes a bug ticket is marked at a 
CoRequisite of another bug ticket.

Basically if a person on another team has to implement a function or 
feature or bug fix in their code, I will mark my bug ticket as a 
CoRequisite of their bug ticket, if my code depends on the new function 
they are adding or fixing.

So I was wondering, how does GIT enforce this?

I realize that I could simply create a branch off of another person's 
branch and that will indicate that my code depends on their code, but 
suppose I finish my code before they finish their code.

If a sub branches code is merged into Master before, the parent branch is, 
the code will be broken.

How does GIT mitigate/enforce this so that the build isn't broken?

Thanks

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to