From 2aff5015c4fb7e018c86807a8e4ee79f73f2d15b Mon Sep 17 00:00:00 2001 From: Andreas Fankhauser hiddenalpha.ch Date: Thu, 10 Nov 2022 20:09:45 +0100 Subject: (git) add rimraf alias --- src/git/_gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/git/_gitconfig b/src/git/_gitconfig index dabdf84..9f93798 100644 --- a/src/git/_gitconfig +++ b/src/git/_gitconfig @@ -37,6 +37,7 @@ la = log --graph --decorate --date-order --all mb = merge-base s = status + rimraf = ! git clean -df && git reset --hard HEAD [color] ui = always -- cgit v1.1