I accidentally added the Cargo.lock
file to the tree:
$ pijul diff --short
M Cargo.lock
R Cargo.lock
R pijul/src/commands/pushpull.rs
I want to record a change, but only to pushpull.rs
. How do I “un-add” Cargo.lock
? All of remove
, reset
, unrecord
seem to modify the working tree as well, which I don’t want.