Skip to content

Instantly share code, notes, and snippets.

@tobiasschulz
Created March 20, 2015 06:33
Show Gist options
  • Save tobiasschulz/a02e1ac0d5da0f3e2911 to your computer and use it in GitHub Desktop.
Save tobiasschulz/a02e1ac0d5da0f3e2911 to your computer and use it in GitHub Desktop.
Git Windows Optimizations
git config --global core.preloadindex true
git config --global core.fscache true
git config --global gc.auto 256
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment