git usuń duży plik z zatwierdzenia

git filter-branch --index-filter "git rm -rf --cached --ignore-unmatch path_to_file" HEAD
Clumsy Caterpillar