Jump to content

Command Crate ¿about?

Rename a Git remote repository (git)

git remote rename origin codeberg

Renames an existing Git remote repository, changing the name of the remote from origin to codeberg in the current repository configuration.

version control [kb:250]