摘要: git命令总结 基本命令 git init 创建版本库 git add filename 将文件添加到版本库的暂存区 git commit -m "版本描述" 将文件从暂存区提交到版本库的当前分支 git status 查看当前仓库状态 git diff filename 查看文件不同版本的区别 g 阅读全文
posted @ 2019-12-05 22:11 布丁喵喵喵 阅读(204) 评论(0) 推荐(0)