Answers for "clean cache gitignore"

7

git rm cached gitignore

git rm -r --cached .
Posted by: Guest on April-06-2020
0

remove git ignore cache

$ git rm -r --cached .
$ git rm --cached FILENAME
Posted by: Guest on March-22-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language