摘要: 先把B clone到本地 git clone B_REPOSITORY_URL 再cd到本地B的目录,把A作为一个remote加到本地的B中(一般命名为upstream) git remote add upstream A_REPOSITORY_URL pull另一个A的remote(upstrea 阅读全文
posted @ 2017-11-30 13:06 支照 阅读(418) 评论(0) 推荐(0)