]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - gitconfig.in
gitconfig: add alias for branch (br)
[config/dotfiles.git] / gitconfig.in
index 62e26f1ab01f2b98a122b187f97148cb17a52fb6..d1f7f60cf51fa84e35fc2fc20d43a7a13b4f3e1b 100644 (file)
        rs  = reset
        rsh = reset --hard
        rsp = reset --patch
+       # Only clean ignored files.
+       cl  = clean -ndx
+       clf = clean -fdx
        ## Branches.
        co  = checkout
        b   = branch -a -v
+       br  = branch
        m   = merge
        mo  = merge origin/master
        re  = rebase