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>
This commit is contained in:
parent
1dd1239aa3
commit
74443f185e
@ -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…
Reference in New Issue
Block a user