Skip to content

Commit

Permalink
Merge branch 'nd/remote-update-doc'
Browse files Browse the repository at this point in the history
"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
  • Loading branch information
gitster committed Jun 4, 2018
2 parents f635b8d + a97447a commit 643a9ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/git-remote.txt
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ actually prune them.

'update'::

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

0 comments on commit 643a9ea

Please sign in to comment.