What's the command to untrack all deleted files in Git?
I know there's a command to untrack a file by name (git rm myfile
)
But I'd like to untrack all the deleted files, without caring about how they're named.
In the newer versions of git, those files are automatically untracked with git add --update
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With