R's Workshop

Checkout GitHub Pull Request

Gerrit 用久了, 就很習慣下 git review -d CHANGE_ID 抓 code 下來 review. 最近剛好有人送了一個 pull request 到我的 GitHub 上, 就想試試看 GitHub 是否有類似的作法. Read more

Git Commit-ish and Tree-ish

在查 git 指令的時候, 常常看到 <commit-ish> 和 <tree-ish> 這兩個名詞. 之前一直誤以為是指 git 的 commit 和 tree object, 直到最近在 stackoverflow 看到了這一篇解釋才豁然開朗. Read more

Working with Multiple Git Repositories

Git 是一套 distributed version control system, 但大部分的 Git 使用情境還是傾向 centralized 的管理: 將 code commit 到一台 central git server 上, 並從該 server pull/fetch code 下來到 local. 真正會用到 Git 的 distributed 功能, 通常是開發大型 ope... Read more

NCTU Thesis LaTeX Template

(寫在 被滅校 合校前夕 XD) 交大碩博士論文 LaTeX template 是我口試完後, 我的老師要我整理一下給實驗室學弟妹的產物. Read more

Git: Retrieve Specific Version of File

This post describes how to retrieve a specific version of a file from Git. Read more