Answers for "git change rempte"

0

git change rempte

# To change URL:
git remote set-url origin https://github.com/USER/PROJECT

# Set origin
git remote add origin https://github.com/USER/PROJECT

# Verify
git remote -v
Posted by: Guest on April-09-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language