Answers for "how to tell git to take account for new changes in .gitignore file"

-1

git ignore not saving changes

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

Code answers related to "how to tell git to take account for new changes in .gitignore file"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language