Kompresi Delta menggunakan hingga 4 utas

# My recommendetion: Remove big files using BFG:
$ brew install bfg
$ bfg --strip-blobs-bigger-than 50M
$ git reflog expire --expire=now --all && git gc --prune=now --aggressive
($ git push)
The Biton