Optimize the local repository

Git, Repository · Apr 13, 2021

Optimizes the local repository.

git gc --prune=now --aggressive

# Examples
git gc --prune=now --aggressive # Optimizes the local repository

More like this