source: https://blog.tinned-software.net/recompress-git-repository/
Git Compress Repository
To compress a git repo on your local drive, run the following command:
git gc --aggressive --prune=now
source: https://blog.tinned-software.net/recompress-git-repository/
To compress a git repo on your local drive, run the following command:
git gc --aggressive --prune=now