Answers for "how to avoid tracking of files in git"

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 avoid tracking of files in git"

Browse Popular Code Answers by Language