From 247a27cd78a6f1fd13d7247d081235c54a75d86b Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Wed, 2 Nov 2022 10:24:48 -0700 Subject: [PATCH] [git] Add really-clean alias --- gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/gitconfig b/gitconfig index b2e6923..9c6c4e2 100644 --- a/gitconfig +++ b/gitconfig @@ -60,6 +60,7 @@ pf = push -uf f = fetch sup = submodule update --recursive + really-clean = clean -fd [ui] color = true [diff]