403 B
403 B
title, type, language, tags, author, cover, dateModified
| title | type | language | tags | author | cover | dateModified | |
|---|---|---|---|---|---|---|---|
| Optimize the local repository | snippet | git |
|
chalarangelo | automaton | 2021-04-13T21:10:59+03:00 |
Optimizes the local repository.
- Use
git gc --prune=now --aggressiveto garbage collect loose objects.
git gc --prune=now --aggressive
git gc --prune=now --aggressive # Optimizes the local repository