摘要: 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)
摘要: 每一门课程的开始永远是环境配置。 因为刚学完cs61a,已经安装了python3,也熟悉了zsh和vim的使用。上一门课遗憾的地方是没有做学习记录和使用git,特此来这方园子写点东西,留下珍贵的回忆,和大家分享一个小白的技术进击之路。 lab1中需要配置三样:Java、git、python3 网页里 阅读全文
posted @ 2022-06-03 17:28 云胡不喜BCC 阅读(576) 评论(0) 推荐(0)