Answers for "how to add file in gitignor while its alread added in git"

2

add file to gitignore and remove from repo

git rm -r --cached .
Posted by: Guest on May-21-2020

Code answers related to "how to add file in gitignor while its alread added in git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language