git change rempte code example
Example: 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
# 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