onlywei / explain-git-with-d3

Use D3 to visualize simple git branching operations.
MIT License
1.71k stars 390 forks source link

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

Open z33ky opened 8 years ago

z33ky commented 8 years ago

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.