Comment by BeetleB
2 hours ago
I've used git for many years and never remembered the command `git reset -p`. I'd have to look it up. Since that's a pain, I simply didn't.
Whereas with jujutsu, after learning it once, I never looked up `split`.
And it's not like I use `split` often. I can go weeks without it.
i've always thought one of git's strengths is offering robust aliasing and subcommand flexibility. why not spend three seconds making git have split too?
And do that on every machine?
Easier to just use jujutsu. It has a lot of benefits than just this.
if you did not have alias for git reset -p you never really used git ;)