]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - gitconfig.in
gitconfig: update comment
[config/dotfiles.git] / gitconfig.in
index 62e26f1ab01f2b98a122b187f97148cb17a52fb6..1334b7a53677d3618765ad03ddd7c4e005a48669 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
 
 [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]