summaryrefslogtreecommitdiffstats
path: root/git-remote.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-04-13 02:39:53 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-04-13 02:39:53 +0000
commit98e32c30fcbbbed199fa402656feffe7f4843784 (patch)
tree744ab9b349feac0abdec988a8958f7e4ae1806ae /git-remote.txt
parent55344411a8808b31a1e78c652e8f8aaf336e8202 (diff)
downloadgit-htmldocs-98e32c30fcbbbed199fa402656feffe7f4843784.tar.gz
Autogenerated HTML docs for v1.6.3-rc0
Diffstat (limited to 'git-remote.txt')
-rw-r--r--git-remote.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/git-remote.txt b/git-remote.txt
index c9c0e6f93..9e2b4eaa3 100644
--- a/git-remote.txt
+++ b/git-remote.txt
@@ -16,7 +16,7 @@ SYNOPSIS
'git remote set-head' <name> [-a | -d | <branch>]
'git remote show' [-n] <name>
'git remote prune' [-n | --dry-run] <name>
-'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.<name>.skipDefaultUpdate set to true will
be updated. (See linkgit:git-config[1]).
++
+With `--prune` option, prune all the remotes that are updated.
DISCUSSION