"git st" to "git status -bs"

This commit is contained in:
Gea-Suan Lin
2014-02-03 05:33:13 +08:00
parent 00d0f88017
commit 27c4c0e796

View File

@@ -5,7 +5,7 @@
di = diff --color-words
gl = log --decorate --graph --pretty=oneline
glog = log --decorate --graph
st = status --short
st = status -bs
[color]
ui = auto
[core]