Answers for "how to get git to stop tracking a file"

1

stop tracking files git

git rm -r --cached . && git add . && git commit -m "Remove ignored files"
Posted by: Guest on April-15-2021

Code answers related to "how to get git to stop tracking a file"

Browse Popular Code Answers by Language