[dolphin] [Bug 414342] Why on Earth does "git remove" irrevocably destroy the file instead of ignore it?
David Edmundson
bugzilla_noreply at kde.org
Wed Nov 20 21:53:15 GMT 2019
https://bugs.kde.org/show_bug.cgi?id=414342
--- Comment #5 from David Edmundson <kde at davidedmundson.co.uk> ---
"git rm" does exist. "rm" is short for remove.
Trashing a file that's managed by git wouldn't make any sense. If you want to
recover it, you'd use git ways rather than mix strategies.
>file "aaa" is destroyed forever
FYI, if you do accidentally git rm a staged but uncommitted file, run git fsck
and then look through your dangling blobs. There's a chance it's recoverable.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the kfm-devel
mailing list