Merge pull request #65 from olgabrani/master

MINOR: Fix typo
This commit is contained in:
hemanth.hm 2016-06-08 21:01:26 +05:30
commit f1eaf073d5
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"