1.先把代码拉倒本地
2.拉分支
git checkout -b dev/***
3.修改代码提交
git add .
4.提交代码
git commit
5.push到主干
git push
第一次push 要添加参数,提示会自动告知,复制提示代码