]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - gitconfig.in
gitconfig: add alias for branch (br)
[config/dotfiles.git] / gitconfig.in
index a701c250b2953f50c4c38e73800776ab843351d4..d1f7f60cf51fa84e35fc2fc20d43a7a13b4f3e1b 100644 (file)
@@ -90,6 +90,7 @@
        ## Branches.
        co  = checkout
        b   = branch -a -v
+       br  = branch
        m   = merge
        mo  = merge origin/master
        re  = rebase