摘要: 拷贝: git cllone 创建分支 git branch <name> 创建并进入分支 git check out -b <name> 切换分支 git checkout <name> 查看状态 git status 添加所有文件 git add . 提交 git commit -m '描述' 阅读全文
posted @ 2021-04-25 13:21 TIFOSI_Z 阅读(109) 评论(0) 推荐(0)