top | item 46408677

(no title)

Erenay09 | 2 months ago

I'm thinking of writing a tool related to the "checkpoint" system when I have some free time. Do you have any advices?

discuss

order

andrewaylett|2 months ago

I think you might appreciate https://www.jj-vcs.dev, which makes it a lot easier to split and recombine changes. I often use it for checkpoints, although you wouldn't see that from looking at what I push :).

One nifty feature is that commits don't need messages, and also it'll refuse (by default) to push commits with no message. So your checkpoint commits are really easy to create, and even easier to avoid pushing by mistake.