As we know, we can run `git gc' periodically to pack objects under .git/objects.
for a remote central git repository, for example, a git bare repository.
after many pushes, there many files under myproj.git/objects (seems one file for a commit?),
how to pack these many files, i mean on remote central bare repository, not on local clone repository.