Top "Merge-conflict-resolution" questions

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

Git: currently in merge/conflict with private remote repo. How to tell Git to just use my local files?

Trying to use/learn git with a personal project. There's only me and a remote git repo, a few commits, …

git merge conflict merge-conflict-resolution
Troubles with git and Gemfile.lock

I keep running into the following error with my Gemfile.lock whenever I want to do a git pull or …

ruby-on-rails git gemfile merge-conflict-resolution gemfile.lock
git merge conflict due to renaming in two branches - how to fix & avoid in future?

I have two local branches master and dev. Both branches contained three folders: projectBeta project project_v1 I wanted to …

git merge merge-conflict-resolution
Git - Cherry picking with ours/theirs strategy

I wonder if there is any way of cherry picking with ours/theirs strategy. On other words, I want to …

git commit git-merge merge-conflict-resolution cherry-pick
How does Git decide on conflicts?

When I pull from GitHub when someone else on the team modified a certain file, Git command shows that there …

git merge-conflict-resolution
How to solve merge conflict in a approved review in gerrit?

I made a change in gerrit which was code reviewed and after 7 revisions approved. But, now it cannot be merged …

git-merge gerrit merge-conflict-resolution
How to stash unmerged code in git?

I did a git pull and found that one of my files needs to be merged. I don't really want …

git git-merge merge-conflict-resolution
Why does git show a conflict between two apparently identical added files?

I have a project that was started in TFS, then moved to Git. Unfortunately, the guy who moved it to …

git git-rebase merge-conflict-resolution git-cherry-pick
Git rebase fails with conflicts, but there are no conflicts

I tried to do a rebase on code that I had committed but not pushed, because I had heard that …

git rebase tortoisegit merge-conflict-resolution