Entfernen Sie eine Datei aus dem Github -Repository nach dem Push

git rm --cache /path/to/file
git commit -am "Remove file"
git push
Calm Camel