📜  git pull from differentemt server - Shell-Bash 代码示例

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

代码示例1
$ git remote add repo_b username@host:path/to/repository.git
$ git pull repo_b master