]> git.phdru.name Git - git-scripts.git/blob - speedup
Feat(submodules/diff-name-only): Use `rev-parse`
[git-scripts.git] / speedup
1 #! /bin/sh
2 # See https://stackoverflow.com/a/24045966/7976758
3
4 git config --global core.preloadindex true &&
5 git config --global core.fscache true &&
6 exec git config --global gc.auto 256