Quantcast
Channel: Why is git not able to merge? - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by J-16 SDiZ for Why is git not able to merge?

Check the common ancestor of them (the merge base) -- it should contains something else.git diff `git merge-base HEAD 7896670` HEAD

View Article


Why is git not able to merge?

When I try to rebase one of my branches onto another, git is not able to merge and raises conflict. I can see the following in the conflicted file: <<<<<<< HEAD======= if (($mode...

View Article
Browsing latest articles
Browse All 2 View Live