码迷,mamicode.com
首页 > 其他好文 > 详细

git

时间:2018-08-08 13:50:29      阅读:95      评论:0      收藏:0      [点我收藏+]

标签:push   --   git push   origin   pst   color   style   class   分支   

推送到分支:

git checkout -b dev
git branch --set-upstream-to=origin/dev dev
git push --set-upstream origin dev

 

===

git checkout -b dev origin/dev
git push

 

git

标签:push   --   git push   origin   pst   color   style   class   分支   

原文地址:https://www.cnblogs.com/zhzhlong/p/9442002.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!