摘要: 一、git工作流 工作区 git init 暂存区 git add 版本库 git commit 二、仓库管理 初始化版本库 git init 添加文件到版本库 git add demo.txt git commit m "test commit" 查看仓库状态 git status 丢弃add g 阅读全文
posted @ 2020-02-14 12:42 sentangle 阅读(205) 评论(0) 推荐(0)