git开发新建分支并且进行测试

git开发新建分支并且进行测试:


git clone https://github.com/summer815288/test.git
cd test
git branch
git checkout -b delelop
vim 1.php
git commit -m 'test branch’
git push origin delelop
git pull https://github.com/summer815288/test.git  delelop

git branch
git checkout  master
git merge delelop
git pull  https://github.com/qingyangkeji/crm-server.git  visit

猜你喜欢

转载自blog.csdn.net/ufan94/article/details/80965327
今日推荐