摘要: 最近项目要求每个开发人员都有自己fork,需要在自己的fork下进行开发。这样就涉及的到fork和原仓库的同步问题。 在git clone自己fork的本地仓库之后,需要使用命令添加远程仓库: git remote add upstream git@xxxxx.xxxx.xxx:xxxx/xxxx/ 阅读全文
posted @ 2019-11-05 11:14 狗狗听话 阅读(518) 评论(0) 推荐(0)