摘要: 01 本地仓库 进入工作目录 git init 开始创建文件,先添加文件,再commit git add [file name] git commit -m "[some note]" 查看git状态和日志 git status git log git show [commit id] 如果要查看历 阅读全文
posted @ 2022-06-04 12:40 云胡不喜BCC 阅读(877) 评论(0) 推荐(0)