Skip to content

Commit 643a9ea

Browse files
committed
Merge branch 'nd/remote-update-doc'
"git remote update" can take both a single remote nickname and a nickname for remote groups, but only one of them was documented. * nd/remote-update-doc: remote: doc typofix remote.txt: update documentation for 'update' command
2 parents f635b8d + a97447a commit 643a9ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-remote.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ actually prune them.
186186

187187
'update'::
188188

189-
Fetch updates for a named set of remotes in the repository as defined by
190-
remotes.<group>. If a named group is not specified on the command line,
189+
Fetch updates for remotes or remote groups in the repository as defined by
190+
remotes.<group>. If neither group nor remote is specified on the command line,
191191
the configuration parameter remotes.default will be used; if
192192
remotes.default is not defined, all remotes which do not have the
193193
configuration parameter remote.<name>.skipDefaultUpdate set to true will

0 commit comments

Comments
 (0)