GitHub удалить файл env из истории

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