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?
|
|
||||
|
|
|
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. |
|||
|
|
|
You can setup a As the Some git commands may automatically run
Also, you can configure prune behaviour:
|
|||
|
|