File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ git-restore - Restore working tree files
8
8
SYNOPSIS
9
9
--------
10
10
[verse]
11
- 'git restore' [<options>] [--source=<tree>] [--staged] [--worktree] <pathspec>...
12
- 'git restore' (-p|--patch) [<options>] [--source=<tree>] [--staged] [--worktree] [<pathspec>...]
11
+ 'git restore' [<options>] [--source=<tree>] [--staged] [--worktree] [--] <pathspec>...
12
+ 'git restore' (-p|--patch) [<options>] [--source=<tree>] [--staged] [--worktree] [--] [ <pathspec>...]
13
13
14
14
DESCRIPTION
15
15
-----------
@@ -113,6 +113,14 @@ in linkgit:git-checkout[1] for details.
113
113
appear in the `--source` tree are removed, to make them match
114
114
`<tree>` exactly. The default is no-overlay mode.
115
115
116
+ \--::
117
+ Do not interpret any more arguments as options.
118
+
119
+ <pathspec>...::
120
+ Limits the paths affected by the operation.
121
+ +
122
+ For more details, see the 'pathspec' entry in linkgit:gitglossary[7].
123
+
116
124
EXAMPLES
117
125
--------
118
126
You can’t perform that action at this time.
0 commit comments