Add core.preloadindex=yes, and modify "git st" to short version.

This commit is contained in:
Gea-Suan Lin
2011-03-19 21:40:42 +08:00
parent 31276b0684
commit 23775b2bb8

View File

@@ -3,9 +3,11 @@
co = checkout
gl = log --graph --pretty=oneline
glog = log --graph
st = status
st = status --short
[color]
ui = auto
[core]
preloadindex = yes
[user]
email = darkkiller@gmail.com
name = Gea-Suan Lin