章節 ▾
第二版
-
1. 起步
-
2. Git 基礎
-
3. Git 分支
-
4. 伺服器上的 Git
- 4.1 協議
- 4.2 在伺服器上部署 Git
- 4.3 生成 SSH 公鑰
- 4.4 架設伺服器
- 4.5 Git Daemon
- 4.6 Smart HTTP
- 4.7 GitWeb
- 4.8 GitLab
- 4.9 第三方託管服務
- 4.10 小結
-
5. 分散式 Git
-
A1. 附錄 A: Git 在其他環境
- A1.1 圖形介面
- A1.2 Visual Studio 中的 Git
- A1.3 Visual Studio Code 中的 Git
- A1.4 Git 在 IntelliJ / PyCharm / WebStorm / PhpStorm / RubyMine 中
- 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 命令
A1.4 附錄 A: Git 在其他環境中 - Git 在 IntelliJ / PyCharm / WebStorm / PhpStorm / RubyMine 中
Git 在 IntelliJ / PyCharm / WebStorm / PhpStorm / RubyMine 中
JetBrains IDEs(如 IntelliJ IDEA、PyCharm、WebStorm、PhpStorm、RubyMine 等)自帶一個 Git 整合外掛。它在 IDE 中提供了一個專用檢視,用於使用 Git 和 GitHub 拉取請求。

圖 183. JetBrains IDEs 中的版本控制工具視窗
該整合依賴於命令列 Git 客戶端,並要求安裝一個。官方文件可在 https://www.jetbrains.com/help/idea/using-git-integration.html 找到。