summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJames Bowes <jbowes@dangerouslyinc.com>2007-07-07 15:22:43 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-09-19 00:41:25 (GMT)
commit1b4cbb5d5880091b1f4980e7a3f5cac276352bee (patch)
tree1e98416fee0a4f935564e6c633dd34991e9818e3 /Documentation
parent611360443ef4d9e2f4def1e2c97727dd04e0d244 (diff)
downloadgit-1b4cbb5d5880091b1f4980e7a3f5cac276352bee.zip
git-1b4cbb5d5880091b1f4980e7a3f5cac276352bee.tar.gz
git-1b4cbb5d5880091b1f4980e7a3f5cac276352bee.tar.bz2
remote: document the 'rm' subcommand
Signed-off-by: James Bowes <jbowes@dangerouslyinc.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-remote.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/git-remote.txt b/Documentation/git-remote.txt
index 94b9f17..027ba11 100644
--- a/Documentation/git-remote.txt
+++ b/Documentation/git-remote.txt
@@ -11,6 +11,7 @@ SYNOPSIS
[verse]
'git-remote'
'git-remote' add [-t <branch>] [-m <branch>] [-f] [--mirror] <name> <url>
+'git-remote' rm <name>
'git-remote' show <name>
'git-remote' prune <name>
'git-remote' update [group]
@@ -50,6 +51,11 @@ In mirror mode, enabled with `--mirror`, the refs will not be stored
in the 'refs/remotes/' namespace, but in 'refs/heads/'. This option
only makes sense in bare repositories.
+'rm'::
+
+Remove the remote named <name>. All remote tracking branches and
+configuration settings for the remote are removed.
+
'show'::
Gives some information about the remote <name>.