最近意識到 Github 上的 pull requests 其實也是 branches 參照,所以你也可以根據 …
分類彙整: Git
Yet another introduction to Git – from the bottom up 投影片
Yet another introduction to Git – from the bottom …
閱讀全文〈Yet another introduction to Git – from the bottom up 投影片〉
Git rebase 和 merge 合併操作示範錄影
昨天的 Git 教學投影片 還蠻多人按贊分享的,謝謝大家。不過其中少了重要的 live demo 覺得有點可惜 …
Git 教育訓練課程投影片
Update(7/21): 我把 p117 rebase 和 merge 操作的示範 錄成影片啦 :) 這是最 …
如何建立一個沒有 Parent 的獨立 Git branch
首先,你一定會問幹嘛這樣做。我在上回的Git 演講中有提到:在 Git,你可以建立毫不相關的分支,用來保存其他 …
我的 Git 偏好設定
1. 讓 Command Line 指令列顯示目前處在哪一個 Git Branch 分支,最早是在 RGBA …