]> git.phdru.name Git - dotfiles.git/commitdiff
.gitconfig: use long options
authorOleg Broytman <phd@phdru.name>
Tue, 27 Jan 2015 15:47:49 +0000 (18:47 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 27 Jan 2015 15:47:49 +0000 (18:47 +0300)
.gitconfig

index 43a30e5105ebc51c4a833c19796bf5925063c6a2..a26c359a7ec454d89500c29620651063d3cc37c2 100644 (file)
@@ -10,8 +10,8 @@
        lg = log --decorate --graph
        lg1 = log --decorate --graph --oneline
        lg5 = log --decorate --graph -5
-       st = status -s
-       stb = status -sb
+       st = status --short
+       stb = status --short --branch
 
 [pretty]
        beautiful = format:%Cblue%h%Creset (%ar - %Cgreen%aN <%aE>%Creset)%n%B%n