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