摘要: 1.创建一个branch 查看当前已经存在的branch git branch git remote -v 创建一个新的branch在服务器上 git push upstream dev 将自己的origin和server的upstream关联后,才能通过 git fetch upstream 来将 阅读全文
posted @ 2018-11-21 19:29 L1204 阅读(209) 评论(0) 推荐(0)