devops10 git基本操作 $ git pull $ git add xxx || git add . $ git commit -m '本次提交commit的message信息' $ git push -u origin master