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.
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.