oh-my-git/levels/bottom-up/blob-remove/description

6 lines
137 B
Plaintext

There's a simple command to remove all objects that are not referenced by anything:
git prune
Remove all blobs in this repository.