|
|
|
|
|
by nnythm
5193 days ago
|
|
I wrote something vaguely similar a while back, I imagined it would be useful in a hackathon context for people who had never used git before. The biggest problem was that it doesn't help people understand git, whereas all of the regular git commands fundamentally make sense if you think about the way it's implemented, and also lead you toward and understanding of git. My version was called jerk--it is a little meaner than git, and supports operations like "undo". https://github.com/mnn2104/jerk |
|