LinuxCommandLibrary

git-rename-remote

Rename a Git remote

TLDR

Rename remote

$ git rename-remote [old_name] [new_name]
copy

SYNOPSIS

git rename-remote oldname newname

DESCRIPTION

git rename-remote renames a Git remote. Part of git-extras, it is a convenience wrapper around `git remote rename`.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community