摘要: git提交代码 git add . 提交暂存区 git status 查看有变更的文件 git commit -m "注释" git push 提交远程仓库 git pull 刷回最新代码 git分支管理 git branch 查看本地所有分支 git branch -r 查看远程所有分支 git 阅读全文
posted @ 2021-07-13 17:17 Leejk 阅读(30) 评论(0) 推荐(0) 编辑