Add core.preloadindex=yes, and modify "git st" to short version.
This commit is contained in:
@@ -3,9 +3,11 @@
|
|||||||
co = checkout
|
co = checkout
|
||||||
gl = log --graph --pretty=oneline
|
gl = log --graph --pretty=oneline
|
||||||
glog = log --graph
|
glog = log --graph
|
||||||
st = status
|
st = status --short
|
||||||
[color]
|
[color]
|
||||||
ui = auto
|
ui = auto
|
||||||
|
[core]
|
||||||
|
preloadindex = yes
|
||||||
[user]
|
[user]
|
||||||
email = darkkiller@gmail.com
|
email = darkkiller@gmail.com
|
||||||
name = Gea-Suan Lin
|
name = Gea-Suan Lin
|
||||||
|
|||||||
Reference in New Issue
Block a user