Top "Merge-conflict-resolution" questions

When merging branches in a version control system, a merge conflict might arise.

Resolving Git conflicts in SourceTree

I was using NetBeans GIT plugin before, then I've decided to switch to SourceTree, as it is more efficient and …

git merge conflict atlassian-sourcetree merge-conflict-resolution
`git stash` during a merge conflict

We've done something bad. We ran git stash save during a merge conflict, and now we can't restore our work. …

git merge git-merge git-stash merge-conflict-resolution
Git merging hotfix to multiple branches

I've been trying to wrap my head around git branching models. I've been looking at http://nvie.com/posts/a-successful-git-branching-model/ …

git branching-and-merging merge-conflict-resolution
How resolve this Mercurial conflict?

I'm frustrated with Mercurial and Python since it makes easy things difficult. I have a trivial conflict and since Mercurial …

mercurial merge merge-conflict-resolution kdiff3
Git merge conflict only on version tag in pom.xml

Is there a way to avoid merge conflicts in version tag in pom.xml when merging master into a branch? …

git pom.xml git-merge merge-conflict-resolution git-merge-conflict
How to use XCode's mergetool to resolve conflicts?

I'm in the middle of a rebase and I need to fix some merge conflicts. When I open the file …

xcode merge xcode10 merge-conflict-resolution git-merge-conflict
Show conflict diff part of a merge

I need to present to the team what changes I've made during conflict resolution of a merge. I know this …

git merge merge-conflict-resolution
"This branch has conflicts that must be resolved" but it's already merged

I merged a PR with the GitHub web interface, which resolved in a successful merge commit. Afterwards, GitHub is complaining …

git github pull-request merge-conflict-resolution git-merge-conflict
Bitbucket: Conflict in remote repo, can't figure out how to resolve

I hope I can express this properly... I have the following setup in Bitbucket (using Git protocol). I have a …

git bitbucket git-merge merge-conflict-resolution
Git pull not possible because of unmerged files

I have just tried replacing the master branch on my server with another branch, as the master was broken, and …

git merge-conflict-resolution