Browse Source

git-remote: document the migration feature of the rename subcommand

Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Miklos Vajna 17 years ago committed by Junio C Hamano
parent
commit
74443f185e
  1. 4
      Documentation/git-remote.txt

4
Documentation/git-remote.txt

@ -66,6 +66,10 @@ was passed.


Rename the remote named <old> to <new>. All remote tracking branches and Rename the remote named <old> to <new>. All remote tracking branches and
configuration settings for the remote are updated. configuration settings for the remote are updated.
+
In case <old> and <new> are the same, and <old> is a file under
`$GIT_DIR/remotes` or `$GIT_DIR/branches`, the remote is converted to
the configuration file format.


'rm':: 'rm'::



Loading…
Cancel
Save