Pack unpacked objects in a git repository.
# To pack unpacked objects in the current directory:
git repack
# To also remove redundant objects after packing:
git repack -d
Pack unpacked objects in a git repository.
# To pack unpacked objects in the current directory:
git repack
# To also remove redundant objects after packing:
git repack -d