# sourcetree 卡顿优化

如果sourcetree比较卡 执行下面三个命令试试，我今天试了下，感觉好点了。  
git config --global core.preloadindex true  
git config --global core.fscache true  
git config --global [gc.auto](http://gc.auto) 256
