From cdfe4b49cc128055407d1854667c322ca79ddaea Mon Sep 17 00:00:00 2001 From: nirenjan Date: Mon, 3 Oct 2016 12:10:55 -0700 Subject: [PATCH] Add git alias for short status --- gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/gitconfig b/gitconfig index 535bf61..67a950a 100644 --- a/gitconfig +++ b/gitconfig @@ -36,4 +36,5 @@ rb = rebase master co = checkout ci = commit + st = status --short --branch