explain-git-with-d3
explain-git-with-d3 copied to clipboard
Use D3 to visualize simple git branching operations.
hi all thank you for this wonderful tool. it's amazing. it's helped me understand git. chrs
https://onlywei.github.io/explain-git-with-d3/#reset This hard/soft/mixed link can be updated to this link: https://git-scm.com/book/en/v2/Git-Tools-Reset-Demystified
Current text: ...snapshot will have the all of the work that has been done... Change to: ...snapshot will have all of the work that has been done...
Would love to see a standalone git visualizer tool that users could user on their repositories based on this visualization! If in the browser and hooks up to a github...
Would be great to have a support for `git rebase --onto`. What an awesome learning tool! ❤️
Shouldn't the arrows between commits be pointing in the opposite direction? i.e., The arrow from the first commit should point to the 2nd commit. The 2nd commit should merge to...
New link will direct to newest GIT documentation of "git reset" command.

I did not found any way to _export_ the graph to a SVG file. Is it possible? How hard would it be to add such feature (if missing)?