I have a PR in the GitHub repository (another PR of it) that cannot be merged due to conflicts.
What can I do to fix these conflicts myself?
I tried the following:
- Create a new branch from PR
- Checkout, pull and merge master
- Manually resolve conflicts. A lot of work.
- Check it locally, it works. :)
- Form all the
git add . files git add . - Lock and click
- Create a new PR
- And then another message, "This thread has conflicts that need to be resolved."
What am I doing wrong? Locally, everything works and git status reports:
On branch2, your branch has been updated with "origin / branchX".
nothing to commit, working directory inactive
PS: If I redo the "merge master", all conflicts will return. I do not understand.
git merge github git-conflict-resolution
Julian Oct 26 '15 at 22:37 2015-10-26 22:37
source share