1.从远程库拉项目
git clone www.xxx.xxx 从服务器拉取代码
2.本地提交流程
第一步:git add -A
第二步:git commit -m "合并文件"
第三步:git pull --rebase origin feature/2.1.0-customer
第四步:git push origin feature/2.1.0-customer
3.提交后打tag,服务器部署后分支指向tag最新版
标签:origin,git,流程,feature,tag,提交,2.1
From: https://www.cnblogs.com/blange/p/16792246.html