kieranpotts / dotfiles

A baseline, extensible UNIX user configuration.
MIT License
1 stars 0 forks source link

Git "clean-up" alias #172

Open kieranpotts opened 1 year ago

kieranpotts commented 1 year ago

Use Git's garbage collection to optimize the local repository:

git gc --prune=now --aggressive

For help: git help gc