|
|
|
|
|
by andrewray
3878 days ago
|
|
If your branch conflicts, rebase off master (the branch you're making a pull request to). Then it will merge cleanly. There's no practical downsides to having merge commits in master, but you should never (or rarely) see merge conflict resolution commits. You should be able to rebase to a mergeable state before merge. |
|
You should never (not even rarely) resolve merge conflicts on master...