git使用

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

posted @ 2020-03-11 09:40  第十一个程序员  阅读(128)  评论(0编辑  收藏  举报