Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Right it's a use type thing.

If everyone develops from master branch and makes small incremental changes, no problem even if it's git.

If everyone develops from their own branches and goes off and does their own thing for a month, but those things are all in totally separate areas of the codebase, not as much of a problem either.

If everyone is developing in their own branches for a month, and they're working on overlapping things, and they aren't communicating? Then you get merge problems

But it's not really a merge problem, it's a communication problem. (And it's not git-only, you see merge problems even in perforce when people go dark for a long time and come back with a huge change that's got conflicts on 50% of the lines now)



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: