]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gitconfig: add alias for branch (br)
authorSimon Ruderich <simon@ruderich.org>
Thu, 30 Jul 2015 16:57:23 +0000 (18:57 +0200)
committerSimon Ruderich <simon@ruderich.org>
Thu, 30 Jul 2015 16:57:23 +0000 (18:57 +0200)
b is already an alias for branch -a -v.

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