We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e647b5 commit 984eaffCopy full SHA for 984eaff
README.md
@@ -685,7 +685,7 @@ git diff --staged
685
686
## Extract file from another branch.
687
```sh
688
-git show <banch_name>:<file_name>
+git show <branch_name>:<file_name>
689
```
690
691
## 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