Wykryte duże pliki GIT naprawiają duże pliki.
# Remove large file from git so you can push your commits again
git filter-branch -f --index-filter 'git rm --cached --ignore-unmatch fixtures/11_user_answer.json'
florinrelea