Answers for "github desktop gitignore is not working"

3

.gitignore not working

git rm -rf --cached .
git add .
Posted by: Guest on July-28-2021
-1

why gitignore does not work

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

Code answers related to "github desktop gitignore is not working"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language