章節 ▾
第二版
-
A1. 附錄 A:其他環境中的 Git
- A1.1 圖形化介面
- A1.2 Visual Studio 中的 Git
- A1.3 Visual Studio Code 中的 Git
- A1.4 IntelliJ / PyCharm / WebStorm / PhpStorm / RubyMine 中的 Git
- A1.5 Sublime Text 中的 Git
- A1.6 Bash 中的 Git
- A1.7 Zsh 中的 Git
- A1.8 PowerShell 中的 Git
- A1.9 摘要
-
A2. 附錄 B:在您的應用程式中嵌入 Git
-
A3. 附錄 C:Git 命令
2.8 Git 基礎 - 摘要
摘要
到目前為止,您可以使用所有基本的本地 Git 操作 — 建立或複製儲存庫、進行變更、暫存和提交這些變更,以及檢視儲存庫所經歷的所有變更歷史。接下來,我們將介紹 Git 的殺手級功能:其分支模型。