4

To branch or not to branch? (in developing software multiple features, releases...) (git)

I've been searching a lot of posts and info on the internet ( http://bit.ly/2kBLcar http://bit.ly/197szRP ). In summary, some people say it is better to branch and others the opposite. What do you think?

My conclusion was: let's branch but let's merge periodically to minimize merge conflicts.

Comments
  • 1
    Depends on many factors. Size of project, Size of team, Complexity of architecture.
    In the end, whatever works for you.
Add Comment