File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -159,15 +159,15 @@ present while on branch `<name>`, that value is used instead of
159
159
160
160
In order to determine what URL to use to fetch from, the value
161
161
of the configuration `remote.<origin>.url` is consulted
162
- and if there is not any such variable, the value on `URL: ` line
163
- in `$GIT_DIR/remotes/<origin>` file is used.
162
+ and if there is not any such variable, the value on the `URL:` line
163
+ in `$GIT_DIR/remotes/<origin>` is used.
164
164
165
165
In order to determine what remote branches to fetch (and
166
166
optionally store in the remote-tracking branches) when the command is
167
167
run without any refspec parameters on the command line, values
168
168
of the configuration variable `remote.<origin>.fetch` are
169
169
consulted, and if there aren't any, `$GIT_DIR/remotes/<origin>`
170
- file is consulted and its `Pull: ` lines are used.
170
+ is consulted and its `Pull:` lines are used.
171
171
In addition to the refspec formats described in the OPTIONS
172
172
section, you can have a globbing refspec that looks like this:
173
173
You can’t perform that action at this time.
0 commit comments