onlywei / explain-git-with-d3

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

No fast forward merge #32

Closed JakeGinnivan closed 9 years ago

JakeGinnivan commented 9 years ago

For the commands:

git checkout -b feature-foo
git commit
git commit
git checkout master
git merge feature-foo --no-ff

Will now result in the graph: image

The second commit makes the graph look nicer. After the first commit it was: image

MartinSeeler commented 9 years ago

I would appreciate this feature. How about merge?

JakeGinnivan commented 9 years ago

Forgot about this, have make the requested changes so should be good to merge

JakeGinnivan commented 9 years ago

Actually fixed tabs..