diff options
| author | Duy Nguyen <pclouds@gmail.com> | 2018-05-30 17:37:01 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2018-06-04 20:04:33 +0900 |
| commit | a97447a42a199c4f359608721c82e88cefb43a8e (patch) | |
| tree | 003d7e949aa3af9b4d1a230873c379b4cdec8d81 | |
| parent | 86f0b3727ced5db72ebbbd93f930671bfb9ab7be (diff) | |
| download | git-a97447a42a199c4f359608721c82e88cefb43a8e.tar.xz | |
remote: doc typofix
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | Documentation/git-remote.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-remote.txt b/Documentation/git-remote.txt index 2fcc026d21..77e9f00000 100644 --- a/Documentation/git-remote.txt +++ b/Documentation/git-remote.txt @@ -183,7 +183,7 @@ actually prune them. 'update':: Fetch updates for remotes or remote groups in the repository as defined by -remotes.<group>. If no group or remote is not specified on the command line, +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 |
