From 5da7631c2370528a27aad6a8672175ab6917764c Mon Sep 17 00:00:00 2001 From: Anchal Date: Tue, 11 Aug 2015 12:18:39 +0530 Subject: [PATCH] alternative for cleaning untracked directory --- tips.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tips.json b/tips.json index 3f4034e..843d513 100644 --- a/tips.json +++ b/tips.json @@ -180,6 +180,7 @@ }, { "title": "Forcefully remove untracked directory", - "tip": "git clean -f -d" + "tip": "git clean -f -d", + "alternatives": "git clean -df" } ]