From dca76041d8e3c7181b26c2bdbff31c837852a82d Mon Sep 17 00:00:00 2001 From: "Hemanth.HM" Date: Mon, 29 Aug 2016 10:54:26 +0530 Subject: [PATCH] wrong alternatives were removed --- README.md | 6 ------ tips.json | 3 +-- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index fd0f084..adab0cf 100644 --- a/README.md +++ b/README.md @@ -171,12 +171,6 @@ git ls-tree --name-only -r git update-ref -d HEAD ``` - -__Alternatives:__ -```sh -git reset --hard HEAD -``` - ## List all the conflicted files ```sh git diff --name-only --diff-filter=U diff --git a/tips.json b/tips.json index 4aff636..2d07351 100644 --- a/tips.json +++ b/tips.json @@ -12,8 +12,7 @@ "tip": "git ls-tree --name-only -r " }, { "title": "Git reset first commit", - "tip": "git update-ref -d HEAD", - "alternatives": ["git reset --hard HEAD"] + "tip": "git update-ref -d HEAD" }, { "title": "List all the conflicted files", "tip": "git diff --name-only --diff-filter=U"