git удалить большой файл из Commit

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