📌  相关文章
📜  获取分叉分支 - Shell-Bash 代码示例

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

代码示例1
$ git remote add theirusername git@github.com:theirusername/reponame.git
$ git fetch theirusername
$ git checkout -b mynamefortheirbranch theirusername/theirbranch