onlywei / explain-git-with-d3

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

Support git tags #16

Closed JakeGinnivan closed 10 years ago

JakeGinnivan commented 10 years ago

Fixes #13

JakeGinnivan commented 10 years ago

Looks like this

image

To minimise changes I simply treat a branch name which is surrounded by [ & ] as a tag. You can see this when I run git checkout -b [1.2.0] - I think this is fine though