It seems that git refuse to do gc command automatically on my remote repository. In about one month that repository enlarge to about 6GB because of .pack files. I think that is problem with variable gc.auto - how can I set this variable on remote repsoitory, or how can I run git-gc command by hand on that repository?
|
|
|
You'll have to log in on the box where your remote repo is hosted and then simply type
on the command line. Regarding
However, you are talking about
Note that |
|||
|
|