From b87c0e972330b9a18a06797487d8eebc79a72db5 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 13 Aug 2017 09:00:41 +0300
Subject: [PATCH] - Better naming convention for Git clean aliases.

---
 .gitconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitconfig b/.gitconfig
index 3c4adf5..59f73ba 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -2,7 +2,8 @@
     amend = commit --amend
     autosquash = !GIT_SEQUENCE_EDITOR=true git rebase -i --autosquash
     bull = submodule update --remote --init
-    clear = clean -fdx
+    cleaan = clean -fdX
+    cleaaan = clean -fdx
     dif = diff --color-words
     empty-commit = commit --allow-empty
 	exec = "!exec "
-- 
GitLab