Answers for "what is the best way to deal with a file you don't want to commit but can't put in the git ignore."

-1

git ignore not saving changes

git rm -rf --cached .
git add .
Posted by: Guest on June-02-2020

Code answers related to "what is the best way to deal with a file you don't want to commit but can't put in the git ignore."

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language