Live data from Hacker News

Visualizing Git Concepts with D3.js

wei-wang.com

51–52 of 52 posts

Re: Visualizing Git Concepts with D3.js

#51
post #4

See also "Learn Git Branching": http://pcottle.github.io/learnGitBranching/?demo

The Ungit[1] gui can also help you to visualize git operations like merging and rebasing commits. Here's the youtube demo: https://www.youtube.com/watch?v=hkBVAi3oKvo . [1]: https://github.com/FredrikNoren/ungit

[deleted]

Re: Visualizing Git Concepts with D3.js

#52

This is great, kudos to the dev! Like others who wished they had this while teaching git, I wish I had this while learning git. However, the interaction seems a bit clunky - after doing a `git fetch` I wanted to try a `git rebase` but realized I had to click on the `git rebase` option first before typing it out. Maybe remove the need to click the option first OR clicking it will automatically type stuff for you. Basi…

Thanks, I'm glad you like it.

You do not have to click the 'git rebase' option before typing it out, actually. All of the (supported) commands can actually be used anywhere.

Post reply on HN