Hacker News new | ask | show | jobs
by stavros 540 days ago
Just because I might not remember/notice, and I don't want sensitive data to be committed by accident if I put an env var on disk for some reason.
1 comments

If you check `jj status` regularly and/or use `jj split` to build up your commits (like `git add -p`) then you’ll notice. They might end up in your local repo (until a gc) at worst.
Ah, that's not too bad then, thank you!