Which branch should be merged into which when a merge conflict occurs in git
I was wondering what the best approach to resolving merge conflicts in a certain scenario was. In this scenario there are two developers(A and B) collaborating on a project together, developerA is the project maintainer therefore should be in charge of any change to the main branch of the project. DeveloperB develops a feature in… Read More Which branch should be merged into which when a merge conflict occurs in git