I was giving git push
to a remote repository and the following message appeared:
Auto packing the repository for optimum performance. You may also
run "git gc" manually. See "git help gc" for more information.
I immediately interrupted because I thought I wrote a wrong command. In SOEn says this is due to the large number of loose objects not packed .
What exactly is that? Is there a problem stopping this process or do I need to do this?