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 5d9a006 commit f9ec025Copy full SHA for f9ec025
README.md
@@ -179,7 +179,7 @@ git help -g
179
180
## Overwrite pull
181
```sh
182
-git fetch --all && git reset --hard origin/master
+git fetch origin && git reset --hard origin/master
183
```
184
185
## List of all files till a commit
tips.json
@@ -6,7 +6,7 @@
6
"tip": "git help -g"
7
}, {
8
"title": "Overwrite pull",
9
- "tip": "git fetch --all && git reset --hard origin/master"
+ "tip": "git fetch origin && git reset --hard origin/master"
10
11
"title": "List of all files till a commit",
12
"tip": "git ls-tree --name-only -r <commit-ish>"
0 commit comments