Skip to content

Commit c2e046a

Browse files
committed
Merge pull request git-tips#65 from olgabrani/master
MINOR: Fix typo
2 parents 3348f05 + fafacd2 commit c2e046a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.

0 commit comments

Comments
 (0)