摘要: 恢复内容开始 git常用命令 初始化仓库: git init 向暂存区添加文件: git add welcomt.txt 提交到主干: git commit -m "comment" 将暂存区的东西用主干master替代: git reset HEAD welcomt.txt 查看状态: git s 阅读全文
posted @ 2019-06-16 14:51 余***龙 阅读(123) 评论(0) 推荐(0)