Usuń plik z repozytorium Github po naciśnięciu
git rm --cache /path/to/file
git commit -am "Remove file"
git push
Calm Camel
git rm --cache /path/to/file
git commit -am "Remove file"
git push