Skip to content

Commit 160fa86

Browse files
committed
MINOR: Fix typo
1 parent 277043b commit 160fa86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ git diff --staged
686686

687687
## Extract file from another branch.
688688
```sh
689-
git show <banch_name>:<file_name>
689+
git show <branch_name>:<file_name>
690690
```
691691

692692
## List only the root and merge commits.

tips.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
"tip": "git diff --staged"
305305
},{
306306
"title": "Extract file from another branch.",
307-
"tip": "git show <banch_name>:<file_name>"
307+
"tip": "git show <branch_name>:<file_name>"
308308
}, {
309309
"title": "List only the root and merge commits.",
310310
"tip": "git log --first-parent"

0 commit comments

Comments
 (0)