-
Notifications
You must be signed in to change notification settings - Fork 359
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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。 |