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

git使用

时间:2020-03-11 10:38:33      阅读:36      评论:0      收藏:0      [点我收藏+]

标签:git merge   xxxx   push   使用   nbsp   out   git   mit   com   

git checkout release

git checkout -b feature/push-191204


git add .
git commit -m ‘feat: xxxx‘
git push

 

 

合入主库

git checkout release
git pull

git checkout feature/xxxxxxxxxx
git merge release
git push


git checkout relase
git merge feature/xxxxxxxxxx
git push

git使用

标签:git merge   xxxx   push   使用   nbsp   out   git   mit   com   

原文地址:https://www.cnblogs.com/wzy23/p/12460537.html

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