explain-git-with-d3
explain-git-with-d3 copied to clipboard
`branchStartCommit is null` on `git merge --no-ff`
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.