Gerrit 用久了, 就很習慣下 git review -d CHANGE_ID 抓 code 下來 review. 最近剛好有人送了一個 pull request 到我的 GitHub 上, 就想試試看 GitHub 是否有類似的作法. Read more 21 Feb 2021 - less than 1 minute read
在查 git 指令的時候, 常常看到 <commit-ish> 和 <tree-ish> 這兩個名詞. 之前一直誤以為是指 git 的 commit 和 tree object, 直到最近在 stackoverflow 看到了這一篇解釋才豁然開朗. Read more 18 Feb 2021 - less than 1 minute read
Git 是一套 distributed version control system, 但大部分的 Git 使用情境還是傾向 centralized 的管理: 將 code commit 到一台 central git server 上, 並從該 server pull/fetch code 下來到 local. 真正會用到 Git 的 distributed 功能, 通常是開發大型 ope... Read more 08 Feb 2021 - 2 minute read
(寫在 被滅校 合校前夕 XD) 交大碩博士論文 LaTeX template 是我口試完後, 我的老師要我整理一下給實驗室學弟妹的產物. Read more 31 Jan 2021 - less than 1 minute read
This post describes how to retrieve a specific version of a file from Git. Read more 30 Jan 2021 - less than 1 minute read