]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - gitconfig.in
gitconfig: update comment
[config/dotfiles.git] / gitconfig.in
index a701c250b2953f50c4c38e73800776ab843351d4..1334b7a53677d3618765ad03ddd7c4e005a48669 100644 (file)
@@ -90,6 +90,7 @@
        ## Branches.
        co  = checkout
        b   = branch -a -v
+       br  = branch
        m   = merge
        mo  = merge origin/master
        re  = rebase
 
 [push]
        # When running git push without a refspec push only the current
-       # branch, see man page git-config(1) for details.
+       # branch, see man page git-config(1) for details. Default since Git
+       # 2.0.
        default = simple
 
 [format]