📜  git add origin 命令 - Shell-Bash 代码示例

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

代码示例6
below is used to a add a new remote:

git remote add origin git@github.com:User/UserRepo.git
below is used to change the url of an existing remote repository:

git remote set-url origin git@github.com:User/UserRepo.git