X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-remote.txt;h=9e2b4eaa385db66ffe0c547f0452d29e9e3dc484;hb=86079872238041fa0e2aa6b8a94f7881f88e4316;hp=c9c0e6f932909c53bc7041f540e7965f5da4efc7;hpb=b71fdc590d660f81e8e2ebfdab989feb60e86dde;p=git.git diff --git a/Documentation/git-remote.txt b/Documentation/git-remote.txt index c9c0e6f93..9e2b4eaa3 100644 --- a/Documentation/git-remote.txt +++ b/Documentation/git-remote.txt @@ -16,7 +16,7 @@ SYNOPSIS 'git remote set-head' [-a | -d | ] 'git remote show' [-n] 'git remote prune' [-n | --dry-run] -'git remote update' [group] +'git remote update' [-p | --prune] [group | remote]... DESCRIPTION ----------- @@ -125,6 +125,8 @@ the configuration parameter remotes.default will get used; if remotes.default is not defined, all remotes which do not have the configuration parameter remote..skipDefaultUpdate set to true will be updated. (See linkgit:git-config[1]). ++ +With `--prune` option, prune all the remotes that are updated. DISCUSSION