SourceTree is very slow in Windows

Posted: November 13, 2015 in Knowledge Base
Tags: ,

I have been using SourceTree Mac which is very good, both UI and performance. However, when I first tried the windows version, it’s very slow …

Below are some tips I found from stackoverflow. It improved the performance a lot.

$ git config --global core.preloadindex true
$ git config --global core.fscache true

Leave a comment