.\" generated with Ronn-NG/v0.9.1 .\" http://github.com/apjanke/ronn-ng/tree/0.9.1 .TH "GIT\-RENAME\-REMOTE" "1" "October 2020" "" "Git Extras" .SH "NAME" \fBgit\-rename\-remote\fR \- Rename a remote .SH "SYNOPSIS" \fBgit\-rename\-remote\fR .SH "DESCRIPTION" Rename a git remote regardless of name conflict, and then list current git remotes .SH "OPTIONS" .P The name of the remote you want to rename\. .P .P The new name of the remote\. .SH "EXAMPLES" .nf $ git remote \-v origin git@myserver\.com:myuser/foo\.git (fetch) origin git@myserver\.com:myuser/foo\.git (push) upstream git@myserver\.com:myuser/bar\.git (fetch) upstream git@myserver\.com:myuser/bar\.git (push) $ git\-rename\-remote upstream origin origin git@myserver\.com:myuser/bar\.git (fetch) origin git@myserver\.com:myuser/bar\.git (push) .fi .SH "AUTHOR" Written by timfeirg <\fIkkcocogogo@gmail\.com\fR> .SH "REPORTING BUGS" <\fIhttps://github\.com/tj/git\-extras/issues\fR> .SH "SEE ALSO" <\fIhttps://github\.com/tj/git\-extras\fR>