Github usuń plik env z historii

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