📜  git init 然后如何获取 url - Shell-Bash 代码示例

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

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