summaryrefslogtreecommitdiffstats
path: root/git-remote.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-02-02 07:35:15 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-02-02 07:35:15 +0000
commit39381a7c839f85e6b5380251ecffcd5b1a214945 (patch)
treedf3e49a3381f4e02410c0c84dae63a1b28db65c4 /git-remote.txt
parent8f62db9398f1b5c51907cea20d4b51cb0cd391d3 (diff)
downloadgit-htmldocs-39381a7c839f85e6b5380251ecffcd5b1a214945.tar.gz
Autogenerated HTML docs for v1.5.0-rc3-16-gaacd
Diffstat (limited to 'git-remote.txt')
-rw-r--r--git-remote.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/git-remote.txt b/git-remote.txt
index 358c1acfc..817651eaa 100644
--- a/git-remote.txt
+++ b/git-remote.txt
@@ -12,6 +12,7 @@ SYNOPSIS
'git-remote'
'git-remote' add <name> <url>
'git-remote' show <name>
+'git-remote' prune <name>
DESCRIPTION
-----------
@@ -26,6 +27,10 @@ update remote-tracking branches <name>/<branch>.
In the third form, gives some information about the remote <name>.
+In the fourth form, deletes all stale tracking branches under <name>.
+These stale branches have already been removed from the remote repository
+referenced by <name>, but are still locally available in "remotes/<name>".
+
The remote configuration is achieved using the `remote.origin.url` and
`remote.origin.fetch` configuration variables. (See
gitlink:git-config[1]).