← Back to context

Comment by Exoristos

6 hours ago

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

I rebase stacked diffs all the time so jj makes my life so much easier because its rebasing is much more ergonomic than git.

  • this seems very easy in git tho how much easier can it get, do you have an example of each of them?

    • Git rebases don't work if there are conflicts, jj doesn't have this problem. Also idk if you can rebase onto multiple parents with git but jj can do it.

      2 replies →