Git Remote Origin Change

Git origin change:

git remote set-url origin new.git.url/hereCode language: Bash (bash)

Or, add a new origin:

git remote add origin new.git.url/hereCode language: Bash (bash)

To verify:

git remote -vCode language: Bash (bash)

Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.