I also meet the git issue about performance. There're some option that can help a little bit:
$ git config --global core.preloadindex true $ git config --global core.fscache true $ git config --global gc.auto 256
No comments:
Post a Comment