Skip to content

Commit dca7604

Browse files
committed
wrong alternatives were removed
1 parent 9d7a837 commit dca7604

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -171,12 +171,6 @@ git ls-tree --name-only -r <commit-ish>
171171
git update-ref -d HEAD
172172
```
173173

174-
175-
__Alternatives:__
176-
```sh
177-
git reset --hard HEAD
178-
```
179-
180174
## List all the conflicted files
181175
```sh
182176
git diff --name-only --diff-filter=U

tips.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"tip": "git ls-tree --name-only -r <commit-ish>"
1313
}, {
1414
"title": "Git reset first commit",
15-
"tip": "git update-ref -d HEAD",
16-
"alternatives": ["git reset --hard HEAD"]
15+
"tip": "git update-ref -d HEAD"
1716
}, {
1817
"title": "List all the conflicted files",
1918
"tip": "git diff --name-only --diff-filter=U"

0 commit comments

Comments
 (0)