摘要: 1 查看 commit 日志 ```shell git log ``` 2 复制你想回退到的 commit 版本的 commit_id 3 本地回退 ```shell git reset --hard commit_id ``` 4 同步到远程仓库(可选的,若远程仓库不想回退就不用执行该语句) `` 阅读全文
posted @ 2023-03-27 18:44 Joey-Wang 阅读(305) 评论(0) 推荐(0)
摘要: ## Overview >[Lecture#05 Buffer Pool](https://www.cnblogs.com/angelia-wang/p/16915995.html) > >[Lecture#06 HashTables](https://www.cnblogs.com/angelia 阅读全文
posted @ 2023-03-27 17:48 Joey-Wang 阅读(328) 评论(0) 推荐(0)