MINOR: Fix typo

This commit is contained in:
Olga Brani 2016-06-07 11:03:26 +03:00 committed by Olga Brani
parent 277043bf23
commit 160fa86460
2 changed files with 2 additions and 2 deletions

View File

@ -686,7 +686,7 @@ git diff --staged
## Extract file from another branch.
```sh
git show <banch_name>:<file_name>
git show <branch_name>:<file_name>
```
## List only the root and merge commits.

View File

@ -304,7 +304,7 @@
"tip": "git diff --staged"
},{
"title": "Extract file from another branch.",
"tip": "git show <banch_name>:<file_name>"
"tip": "git show <branch_name>:<file_name>"
}, {
"title": "List only the root and merge commits.",
"tip": "git log --first-parent"