explain-git-with-d3 icon indicating copy to clipboard operation
explain-git-with-d3 copied to clipboard

Use D3 to visualize simple git branching operations.

Results 40 explain-git-with-d3 issues
Sort by recently updated
recently updated
newest added

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.

![screenshot_20181206_135926](https://user-images.githubusercontent.com/3165164/49588778-885ff700-f95f-11e8-8895-92c09183405a.png)

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)?