InterviewSolution
Saved Bookmarks
| 1. |
Release branches are created for resolving merge conflicts true or false |
|
Answer» " RELEASE branches are created for resolving merge CONFLICTS. The statement is False. When you have merge conflicts, you can't click the Merge button from the pull request to merge. To resolve these conflicts, you pull the changes to your local REPOSITORY and fix them there. As the branches diverge further, you will find other conflicts that will not be EASY to resolve. " |
|