How to remove files
#1275
-
How do I remove tracked files? I only see a list of Untracked files. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
CKolkey
May 9, 2024
Replies: 1 comment 10 replies
-
The status buffer shows changes in git not files. An untracked file will have its entire content as a change, since it didn't exist before, whereas a tracked file will only show its changed hunks. To remove a tracked file, you could use a tool meant for filesystem manipulation |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Alright, I think I made it a lot better.
K
will now launch a fuzzy finder with a list of all tracked files, and any files selected will be on the top of the list. Multiple files can be selected :)