← Back to context

Comment by socalgal2

9 hours ago

I had a big feature I was working on. jj made it easy to split it into 21 small commits so I could give reviewers smaller things to review while I continued to work. It wasn't perfect and maybe git can do it all by itself but it's not my experience.

In other words, I effectively was working on one thing, but at a quicker easier pace.

I've been doing this in git for years. Interactive rebasing isn't that scary. At work we have a very big stacked PR culture on github using native git

  • > I've been doing this in git for years.

    You've missed a crucial detail.

    You've both been doing it, but only one of you was using a tool that needed rebases to pull it off.