In the past, one had to invoke git gc from time to time. I’ve read now, that latest Git versions should perform the cleanup automatically. Is this correct?
In the past, one had to invoke git gc from time to time. I’ve
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To an extent…
From the documentation at http://www.kernel.org/pub/software/scm/git/docs/git-gc.html
Pertaining to git gc –auto….
So it depends on the commands you are running.