We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d7a837 commit dca7604Copy full SHA for dca7604
README.md
@@ -171,12 +171,6 @@ git ls-tree --name-only -r <commit-ish>
171
git update-ref -d HEAD
172
```
173
174
-
175
-__Alternatives:__
176
-```sh
177
-git reset --hard HEAD
178
-```
179
180
## List all the conflicted files
181
```sh
182
git diff --name-only --diff-filter=U
tips.json
@@ -12,8 +12,7 @@
12
"tip": "git ls-tree --name-only -r <commit-ish>"
13
}, {
14
"title": "Git reset first commit",
15
- "tip": "git update-ref -d HEAD",
16
- "alternatives": ["git reset --hard HEAD"]
+ "tip": "git update-ref -d HEAD"
17
18
"title": "List all the conflicted files",
19
"tip": "git diff --name-only --diff-filter=U"
0 commit comments