]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gitconfig: add aliases for clean
authorSimon Ruderich <simon@ruderich.org>
Thu, 30 Jul 2015 16:56:58 +0000 (18:56 +0200)
committerSimon Ruderich <simon@ruderich.org>
Thu, 30 Jul 2015 16:56:58 +0000 (18:56 +0200)
gitconfig.in

index 62e26f1ab01f2b98a122b187f97148cb17a52fb6..a701c250b2953f50c4c38e73800776ab843351d4 100644 (file)
@@ -84,6 +84,9 @@
        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