Open HMABUHABIB opened 3 years ago
To remove .env data if you push it !!
git filter-branch --index-filter "git rm -rf --cached --ignore-unmatch .env" HEAD git push --force
To remove .env data if you push it !!