Examples (4)
Pack unpacked objects in the current directory
Remove redundant objects after packing
git repack -dRepack all objects into a single pack
git repack -aLimit the repack to local objects only
git repack -lmade by @shridhargupta | data from tldr-pages