git 常用 指令 2022-07-03 git、开发、文章4yop发表留言 git status 查看修改文件列表 git add [文件] 提交,.为全部添加 git commit -m ‘xxx’ 说明 git push 推送 git pull 拉…