mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-03 19:04:40 +01:00
5 lines
137 B
Text
5 lines
137 B
Text
There's a simple command to remove all objects that are not referenced by anything:
|
|
|
|
git prune
|
|
|
|
Remove all blobs in this repository.
|