From 6ed2808e64b331365e3fac73f3f07abfdb46a89b Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Mon, 19 Nov 2012 12:03:53 -0800 Subject: [PATCH] Have git st alias use -sb flags for status git st = git status -sb --- gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index a356e0a..01399d4 100644 --- a/gitconfig +++ b/gitconfig @@ -15,7 +15,7 @@ ci = commit co = checkout df = diff - st = status + st = status -sb p = !git fetch --all && git fetch --tags && git pull && git submodule update sup = submodule update com = checkout master