git更新提交代码常用命令时间:2022-05-29 19:39:04 git pull 拉取代码 git add -A 提交所有变化(包括删除、新增、修改) git commit -m "注释" 本地仓库提交 git push origin master 推送