We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 277043b commit 160fa86Copy full SHA for 160fa86
README.md
@@ -686,7 +686,7 @@ git diff --staged
686
687
## Extract file from another branch.
688
```sh
689
-git show <banch_name>:<file_name>
+git show <branch_name>:<file_name>
690
```
691
692
## List only the root and merge commits.
tips.json
@@ -304,7 +304,7 @@
304
"tip": "git diff --staged"
305
},{
306
"title": "Extract file from another branch.",
307
- "tip": "git show <banch_name>:<file_name>"
+ "tip": "git show <branch_name>:<file_name>"
308
}, {
309
"title": "List only the root and merge commits.",
310
"tip": "git log --first-parent"
0 commit comments