]> git.phdru.name Git - dotfiles.git/commitdiff
Make git st to display status in short format
authorOleg Broytman <phd@phdru.name>
Fri, 6 Jun 2014 09:30:55 +0000 (13:30 +0400)
committerOleg Broytman <phd@phdru.name>
Fri, 6 Jun 2014 09:30:55 +0000 (13:30 +0400)
.gitconfig

index 335be8ee5f980bc57b62db59f45cd131b6c2371a..cd86ef36705e6613436c74fb49d89a1f75b91423 100644 (file)
@@ -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