From 27c4c0e796bee51e274036799e58d7939f8dcc3e Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Mon, 3 Feb 2014 05:33:13 +0800 Subject: [PATCH] "git st" to "git status -bs" --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index a736c93..bd7f01e 100644 --- a/.gitconfig +++ b/.gitconfig @@ -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]