1477 Views
Lots of people often code using feature branching on git to avoid the hassle of conflicts while doing pull and/or to avoid pushing incomplete features that would break the system for all the team. I find these reasons to be baseless and some even harmful to the development cicle.
0 comments