第一步:下拉代码(更新)git pull第二步:将新增的内容添加至分支git add .第三步:提交代码git commit -m “注释”第四步:push代码git push origin master