Hacker News new | ask | show | jobs
by malandrew 4869 days ago
Absolutely brilliant work. I would love to see this expand out into a key reference for git beyond just learning branching. One great feature would be to support "learning modules" where anyone making a git tutorial could define their own lesson modules. This would go a long way to help people learn all the cool features of git, which is very daunting.
1 comments

That's a great idea! Right now I'm totally willing to accept levels with the current functionality, but it would be great (like you said) to be able to cover all the aspects of git. Staging / committing, branching, and eventually origins.

I think the next thing on my plate is to implement origins, so you can demonstrate what a fetch / pull / pull --rebase really does