git 代码提交规范

git add .  
git commit -m "备注*******"
git fetch origin 当前分支名
git rebase 
 git push 

你可能感兴趣的:(git)