I used git pull and had a merge conflict: unmerged: _widget.html.erb You are in the middle of a conflicted
Within my master branch, I did a git merge some-other-branch locally, but never pushed the changes to origin m
I want to resolve merge conflicts in my Git repository. How can I do that?