Skip to content

Commit 35da43e

Browse files
committed
Merge branch 'jc/maint-doc-git-add-example' into maint
* jc/maint-doc-git-add-example: git-add documentation: Fix shell quoting example
2 parents fe12d8e + bf7cbb2 commit 35da43e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-add.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ EXAMPLES
153153
and its subdirectories:
154154
+
155155
------------
156-
$ git add Documentation/\\*.txt
156+
$ git add Documentation/\*.txt
157157
------------
158158
+
159159
Note that the asterisk `\*` is quoted from the shell in this

0 commit comments

Comments
 (0)