Skip to content

Clean up repository with BFG Repo Cleaner

Anim Mouse edited this page May 27, 2021 · 4 revisions

If the deleted torrents in this repository takes up space, it's time to clean it.

Download BFG Repo-Cleaner

git clone --mirror https://github.com/AnimMouse/psn-pkg-torrents.git

java -jar bfg.jar --delete-files *.torrent psn-pkg-torrents.git

cd psn-pkg-torrents.git

git reflog expire --expire=now --all && git gc --prune=now --aggressive

git push

Clone this wiki locally