Answers for "clear git ignore .env cache"

3

how to remove .env file from git cache

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language