Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #516 修改附录A:jetbrainsides未遵循原文段落格式的问题 #506

Merged
merged 1 commit into from
Aug 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions book/A-git-in-other-environments/sections/jetbrainsides.asc
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
=== IntelliJ / PyCharm / WebStorm / PhpStorm / RubyMine 中的 Git

(((JetBrains)))
JetBrains IDEs(比如 IntelliJ IDEA,PyCharm,WebStorm,PhpStorm,RubyMine,以及其他)自带 Git 集成插件。插件在 IDE 中提供了一个专门的页面,可以使用 Git 和 GitHub 的 Pull Request。
JetBrains IDEs(比如 IntelliJ IDEA,PyCharm,WebStorm,PhpStorm,RubyMine,以及其他)自带 Git 集成插件。
在 IDE 中提供了一个专门的页面,可以使用 Git 和 GitHub 的 Pull Request。

.JetBrains IDEs 中的版本控制工具窗口。
image::images/jb.png[JetBrains IDEs 中的版本控制工具窗口。]

该集成插件依赖于 Git 的命令行客户端,所以需要先安装一个 Git 客户端。官方文档请访问:
https://www.jetbrains.com/help/idea/using-git-integration.html
该集成插件依赖于 Git 的命令行客户端,所以需要先安装一个 Git 客户端。
官方文档请访问 https://www.jetbrains.com/help/idea/using-git-integration.html。
Loading