Digital Marketing

Change a Git Remote's URL

Use the git remote set-url command followed by the remote name, and the remote’s URL:

git remote set-url <remote-name> <remote-url>

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database