Browse Source

remote: document the 'rm' subcommand

Signed-off-by: James Bowes <jbowes@dangerouslyinc.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
James Bowes 18 years ago committed by Junio C Hamano
parent
commit
1b4cbb5d58
  1. 6
      Documentation/git-remote.txt

6
Documentation/git-remote.txt

@ -11,6 +11,7 @@ SYNOPSIS @@ -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 @@ -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>.

Loading…
Cancel
Save