Answers for "gitignore cache files"

5

git ignore still tracking

git rm --cached <file>

git rm -r --cached <folder>
Posted by: Guest on January-15-2020
3

gitignroe remove folder

git rm -r --cached some-directory
git commit -m 'Remove the now ignored directory "some-directory"'
git push origin master
Posted by: Guest on August-05-2020

Code answers related to "gitignore cache files"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language