Y
Hacker News
new
|
ask
|
show
|
jobs
by
stjohnswarts
1377 days ago
You can't run "git gc" sporadically on your repo?
1 comments
themerone
1376 days ago
The issues with git performance on Windows are a lot more complicated than the number of files.
The gc command doesn't help, and git automatically runs it after some operations.
link
The gc command doesn't help, and git automatically runs it after some operations.