It seems like git gc --aggressive really cleans up my repo, but when I do git push everything is already up-to-date. Is there a way to clean up the server?
git gc --aggressive
git push
I know that Github will run git gc periodically as the Github support mentions in this thread.
I don't know if you can force it yourself though. I didn't see such a service in the Github hooks.
2.1m questions
2.1m answers
60 comments
57.0k users