GitHub Hapus file env dari riwayat

git filter-branch --index-filter "git rm -rf --cached --ignore-unmatch .env" HEAD
git push --force
florinrelea