2021年12月20日
摘要: 1. git 区域 2. GIT基本命令 初始化仓库 git init 添加到暂存区 git add . 提交 git commit -m "注释" 查看日志 git log ,git-log git log --graph --pretty=format:"%h %s" 3. git 版本回退 作 阅读全文
posted @ 2021-12-20 10:51 自由港 阅读(40) 评论(0) 推荐(0) 编辑