Answers for "git remove files from git repository that are in git ignore"

-1

git remove file from gitignore

git rm --cached <file>
Posted by: Guest on March-23-2020
0

how to remove a file from git but keep local and ignore file

git rm --cached -r {someDir}
Posted by: Guest on August-18-2021

Code answers related to "git remove files from git repository that are in git ignore"

Browse Popular Code Answers by Language