logoalt Hacker News

mamcxtoday at 4:56 PM2 repliesview on HN

No, jj is super simple in daily use, in contrast with git that is a constant chore (and any sane person use alias). This include stuff that in git is a total mess of complexity like dealing with rebases. So not judge the tool for this odd case.


Replies

palatatoday at 7:07 PM

> in contrast with git that is a constant chore (and any sane person use alias)

I don't use aliases, I guess I'm insane?

Also 99.9% of the time, git "just works" for me. If I need to do something special once a year, I can search for it. Like I would with jujutsu.

Exoristostoday at 5:34 PM

One rarely needs more from git than `git add -A && git commit -m`.

show 1 reply