📜  git change rempte - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:49.096000             🧑  作者: Mango

代码示例1
# 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