Skip to content

Commit f1eaf07

Browse files
committed
Merge pull request #65 from olgabrani/master
MINOR: Fix typo
2 parents 277043b + 160fa86 commit f1eaf07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)