章节 ▾
第二版
-
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 在 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 命令
A1.4 附录 A:在其他环境中使用 Git - 在 IntelliJ / PyCharm / WebStorm / PhpStorm / RubyMine 中使用 Git
在 IntelliJ / PyCharm / WebStorm / PhpStorm / RubyMine 中使用 Git
JetBrains IDE (例如 IntelliJ IDEA、PyCharm、WebStorm、PhpStorm、RubyMine 等) 附带 Git 集成插件。它在 IDE 中提供了一个专用视图,用于处理 Git 和 GitHub Pull Request。

图 183. JetBrains IDE 中的版本控制工具窗口
该集成依赖于命令行 Git 客户端,需要安装一个。官方文档可在 https://www.jetbrains.com/help/idea/using-git-integration.html 找到。