Book
The entire Pro Git book, written by Scott Chacon and Ben Straub and published by Apress, is available here. All content is licensed under the Creative Commons Attribution Non Commercial Share Alike 3.0 license. Print versions of the book are available on Amazon.com.>
-
. 開始
-
. Git 基礎
- .1 取得Git版本控制倉庫
- .2 提交更新到版本控制倉庫
- .3 檢視提交的歷史記錄
- .4 復原
- .5 與遠端協同工作
- .6 標籤
- .7 提示和技巧
- .8 總結
-
. Git 分支
-
. 伺服器上的 Git
-
. 分散式 Git
-
. Git 工具
- .1 選擇修訂版本
- .2 互動式暫存
- .3 儲藏 (Stashing)
- .4 重寫歷史
- .5 使用 Git 做 Debug
- .6 子模組 (Submodules)
- .7 子樹合併
- .8 總結
-
. Git 客製化
- .1 Git 設定
- .2 Git 屬性
- .3 Git Hooks
- .4 Git 強制策略實例
- .5 總結
-
. Git 與其他系統
- .1 Git 與 Subversion
- .2 遷移到 Git
- .3 總結
-
. Git 內部原理
- .1 底層命令 (Plumbing) 和高層命令 (Porcelain)
- .2 Git 物件
- .3 Git References
- .4 Packfiles
- .5 The Refspec
- .6 傳輸協議
- .7 維護及資料復原
- .8 總結