0
NNeuron123
The command git rm --cached FILENAME removes the file FILENAME from the local repository but keeps it in the remote repository. If the file does not exist in the remote repository, the command does not execute.
0 Comments
git rm --cached FILENAME