Skip to content

PR with merge conflicts create on github #22333

Discussion options

You must be logged in to vote

To solve without the web UI, you need to use the local tools: command line or git client.

  1. Conflict on PR :

  1. Locally try to merge “branchConflict” to “master” with the merge command (you need to stay in the branch you want to merge):

    git merge branchConflict master

(you can do this merge even with a git client like: github desktop or gitkraken) If there are conflicts the output will be something like this:

Auto-merging README.md
CONFLICT (content): Merge conflict in README.md
Automatic merge failed; fix conflicts and then commit the result.

In my case there are only one conflict (in README.md), if there are more than one conflict the output will be mor…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants