Scenario:
GIT merge custom branch back to main branch
Solution:
- Commit or stash any uncommitted changes.
- Right click -> Merge -> select main branch you want to merge in your custom branch -> OK.
- If no conflict jump to #4 else open the conflict files(s) and merge changes manually (- (orange) are the ones getting deleted, + added and = same) -> Save -> Mark as resolved -> Reload -> should be empty if no more conflicts.
- Commit (if not auto committed).
- Push changes.
- Right click -> Merge -> select next main branch you want to merge in your custom branch.
- Do #5.
No comments:
Post a Comment