Source: https://stackoverflow.com/questions/2164581/remove-file-from-git-repository-history
This is the shortest way to get rid of the files:
- (Optional) Check for the largest files
git verify-pack -v .git/objects/pack/#{pack-name}.idx | sort -k 3 -n | tail -5
- (Optional) Check what are those files