The git repository directory on the test server is 1.1GB big. How can I reduce the directory?
Approach. Scripts are developed on my computer. Uploaded to the Git repository by Jenkins to test the server to test. The Git directory on the test server has grown to 1.1GB, which is the directory .git / objects. How can I reduce it?
Can I simply delete the subdirectories of .git / objects? Or is this handled by a git commands?
On the picture, schematic representation of the workings
greetings