1
0
mirror of https://github.com/namibia/tips.git synced 2024-06-02 18:31:07 +00:00

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. ## Extract file from another branch.
```sh ```sh
git show <banch_name>:<file_name> git show <branch_name>:<file_name>
``` ```
## List only the root and merge commits. ## List only the root and merge commits.

View File

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