explain-git-with-d3 icon indicating copy to clipboard operation
explain-git-with-d3 copied to clipboard

`branchStartCommit is null` on `git merge --no-ff`

Open z33ky opened this issue 9 years ago • 0 comments

On the git merge example, enter the following commands

git checkout dev
git merge master
git checkout master
git merge --no-ff dev

This results in the error branchStartCommit is null.

z33ky avatar Jun 06 '16 10:06 z33ky