Skip to content

Commit d9f2665

Browse files
authored
Merge pull request #1029 from lroellin/patch-1
Fix small typo
2 parents 54bf454 + 7b034c6 commit d9f2665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/10-git-internals/sections/objects.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ $ git cat-file -p 99f1a6d12cb4b6f19c8655fca46c3ecf317074e0
149149
====
150150
Depending on what shell you use, you may encounter errors when using the `master^{tree}` syntax.
151151
152-
In PowerShell or CMD on Windows, the `^` character is used for escaping, so you have to double it to avoid this: `git cat-file -p mater^^{tree}`.
152+
In PowerShell or CMD on Windows, the `^` character is used for escaping, so you have to double it to avoid this: `git cat-file -p master^^{tree}`.
153153
154154
If you're using ZSH, the `^` character is used for globbing, so you have to enclose the whole expression in quotes: `git cat-file -p "master^{tree}"`
155155
====

0 commit comments

Comments
 (0)