Comment on The Jujutsu version control systemparentComments−frizlab1yThis might be the single most compelling reason I’ve ever read to try jj. I won’t, but thanks for this particular feedback.−DJiK1yI've yet to try jj, but in git, my flow is to start a new feature with a WIP commit and then to `--amend` it with every change. I usually have a running TODO list in the commit message body that I check off along the way.
Comments
This might be the single most compelling reason I’ve ever read to try jj. I won’t, but thanks for this particular feedback.
I've yet to try jj, but in git, my flow is to start a new feature with a WIP commit and then to `--amend` it with every change. I usually have a running TODO list in the commit message body that I check off along the way.