From aea43f8a5998ac38ebc54c3dc0366cbc96fbb65f Mon Sep 17 00:00:00 2001 From: Yuhang Guo <22561797+Sherry520@users.noreply.github.com> Date: Tue, 13 Aug 2024 10:53:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=99=84=E5=BD=95A=EF=BC=9Aj?= =?UTF-8?q?etbrainsides=E6=9C=AA=E9=81=B5=E5=BE=AA=E5=8E=9F=E6=96=87?= =?UTF-8?q?=E6=AE=B5=E8=90=BD=E6=A0=BC=E5=BC=8F=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../A-git-in-other-environments/sections/jetbrainsides.asc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/book/A-git-in-other-environments/sections/jetbrainsides.asc b/book/A-git-in-other-environments/sections/jetbrainsides.asc index 18df7823..8cff3005 100644 --- a/book/A-git-in-other-environments/sections/jetbrainsides.asc +++ b/book/A-git-in-other-environments/sections/jetbrainsides.asc @@ -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 。 \ No newline at end of file +该集成插件依赖于 Git 的命令行客户端,所以需要先安装一个 Git 客户端。 +官方文档请访问 https://www.jetbrains.com/help/idea/using-git-integration.html。