From ad68d4cd34f1114257c53e3354c2de01ef26b518 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 6 Jun 2014 13:30:55 +0400 Subject: [PATCH] Make git st to display status in short format --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 335be8e..cd86ef3 100644 --- a/.gitconfig +++ b/.gitconfig @@ -7,7 +7,7 @@ l5 = log -5 lb = log --decorate --graph --stat --pretty=beautiful lb5 = log --decorate --graph --stat --pretty=beautiful -5 - st = status + st = status -s [pretty] beautiful = format:%Cblue%h%Creset (%ar - %Cgreen%aN <%aE>%Creset)%n%B%n -- 2.39.2