Answers for "env file added to gitignore but git still tracking it"

0

env file added to gitignore but git still tracking it

git rm .env --cached
git commit -m "Stopped tracking .env File"
Posted by: Guest on April-13-2022

Code answers related to "env file added to gitignore but git still tracking it"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language