3 ms·
ooo that will be a nice improvement. So many times I've run `jj status`, then saw a file I wanted gitignored, so I'll edit my gitignore, but the file has alread
by tom_alexander 6mo ago
ooo that will be a nice improvement. So many times I've run `jj status`, then saw a file I wanted gitignored, so I'll edit my gitignore, but the file has already been added to the repo so I have to `mv <file> /tmp/ && jj status && mv /tmp/<file> .` to get the file out of the repo.
- steveklabnik 6mo agoYou can `jj file untrack` instead of that mv bit.
- tom_alexander 6mo agoOh neat, thanks! I (clearly) did not know that command.
- kps 6mo ago[snapshot] auto-track = '~glob:**/*'
- modulared 5mo ago[dead]