From: James Bowes Date: Sat, 7 Jul 2007 15:22:43 +0000 (-0400) Subject: remote: document the 'rm' subcommand X-Git-Tag: v1.5.4-rc0~408^2~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1b4cbb5d5880091b1f4980e7a3f5cac276352bee;p=git.git remote: document the 'rm' subcommand Signed-off-by: James Bowes Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-remote.txt b/Documentation/git-remote.txt index 94b9f1777..027ba11bd 100644 --- a/Documentation/git-remote.txt +++ b/Documentation/git-remote.txt @@ -11,6 +11,7 @@ SYNOPSIS [verse] 'git-remote' 'git-remote' add [-t ] [-m ] [-f] [--mirror] +'git-remote' rm 'git-remote' show 'git-remote' prune '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 . All remote tracking branches and +configuration settings for the remote are removed. + 'show':: Gives some information about the remote .