DEV Community

Discussion on: Git Gud at git

Collapse
 
nichartley profile image
Nic Hartley

While that'd certainly be cool, it'd be much more work. This way I can emulate the tree in very little memory and without needing to access the filesystem at all, which can be difficult.

I do also plan to add rebase, actually, to Git Gud -- I'm just swamped by work right now. Being a student can be tough, haha.

Plus, there's always git log --graph --all or gitk --all :)