From 741782cdb0904d4f0d59ca6249852b9d7106d981 Mon Sep 17 00:00:00 2001 From: lukabot Date: Tue, 24 Oct 2017 11:14:00 +0900 Subject: [PATCH] Remove duplicated command --- README.md | 6 ------ tips.json | 3 +-- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 896bc5d..9161377 100644 --- a/README.md +++ b/README.md @@ -563,12 +563,6 @@ git clean -f git clean -f -d ``` - -__Alternatives:__ -```sh -git clean -df -``` - ## Update all the submodules ```sh git submodule foreach git pull diff --git a/tips.json b/tips.json index 59b6eae..92d1b38 100644 --- a/tips.json +++ b/tips.json @@ -183,8 +183,7 @@ "tip": "git clean -f" }, { "title": "Forcefully remove untracked directory", - "tip": "git clean -f -d", - "alternatives": ["git clean -df"] + "tip": "git clean -f -d" }, { "title": "Update all the submodules", "tip": "git submodule foreach git pull",