Y
Hacker News
new
|
ask
|
show
|
jobs
by
stouset
546 days ago
Why? You can easily remove them if they’re accidentally added.
1 comments
stavros
546 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.
link
stouset
546 days ago
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.
link
stavros
546 days ago
Ah, that's not too bad then, thank you!
link