Fixed Removing multiple files from a Git repo that have already been deleted from disk #dev #it #asnwer
Fixed Removing multiple files from a Git repo that have already been deleted from disk #dev #it #asnwer
Removing multiple files from a Git repo that have already been deleted from disk
I have a Git repo that I have deleted four files from using rm (not git rm), and my Git status looks like this:
# deleted: file1.txt # deleted: file2.txt # deleted: file3.txt # deleted: file4.txt
How do I remove these files from Git without having to manually go through and add each file like this:
git rm file1…
View On WordPress














