📌  相关文章
📜  将 github 分支从一个存储库导出到另一个存储库 - Shell-Bash 代码示例

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

代码示例1
$ git remote -v
remote2 git@github.com:repo2.git (fetch)
remote2 git@github.com:repo2.git (push)
origin  git@github.com:repo.git (fetch)
origin  git@github.com:repo.git (push)