BFG: https://rtyley.github.io/bfg-repo-cleaner/
Github: https://github.com/rtyley/bfg-repo-cleaner
git clone --mirror https://github.com/inkitter/HOI4_mod.git java -jar bfg.jar --strip-blobs-bigger-than 0M HOI4_mod.git java -jar bfg.jar --delete-files *.dds HOI4_mod.git java -jar bfg.jar --delete-files *.zip HOI4_mod.git cd HOI4_mod.git git reflog expire --expire=now --all && git gc --prune=now --aggressive git push