From: Oleg Broytman Date: Fri, 6 Jun 2014 09:30:55 +0000 (+0400) Subject: Make git st to display status in short format X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=ad68d4cd34f1114257c53e3354c2de01ef26b518;hp=80c6260ae2612ec45eb2f2abd1088a3a7eab10d6 Make git st to display status in short format --- 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