$ git pull
…
CONFLICT (rename/modify): Merge conflict in somefile.txt
Failed to merge in the changes.
Patch failed at 0002 Some commit.
When you have resolved this problem run "git rebase —continue".
If you would prefer to skip this patch, instead run "git rebase —skip".
To restore the original branch and stop rebasing run "git rebase —abort".
…this was an expected conflict, so I resolve it and add the file:
$ git add somefile.txt
Now, to finish up:
$ git rebase —continue
You must edit all merge conflicts and then