Skip to content

Commit 25bb1b0

Browse files
ousugonetworm
authored andcommitted
translate jetbrainsides.asc
1 parent 75c3454 commit 25bb1b0

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
=== Git in IntelliJ / PyCharm / WebStorm / PhpStorm / RubyMine
1+
=== IntelliJ / PyCharm / WebStorm / PhpStorm / RubyMine 中的 Git
22

3-
JetBrains IDEs (such as IntelliJ IDEA, PyCharm, WebStorm, PhpStorm, RubyMine, and others) ship with a Git Integration plugin.
4-
It provides a dedicated view in the IDE to work with Git and GitHub Pull Requests.
3+
(((JetBrains)))
4+
JetBrains IDEs(比如 IntelliJ IDEA,PyCharm,WebStorm,PhpStorm,RubyMine,以及其他)自带 Git 集成插件。插件在 IDE 中提供了一个专门的页面,可以使用 Git GitHub Pull Request。
55

6-
.Version Control ToolWindow in JetBrains IDEs.
7-
image::images/jb.png[Version Control ToolWindow in JetBrains IDEs.]
6+
.JetBrains IDEs 中的版本控制工具窗口。
7+
image::images/jb.png[JetBrains IDEs 中的版本控制工具窗口。]
88

9-
The integration relies on the command-line git client, and requires one to be installed.
10-
The official documentation is available at https://www.jetbrains.com/help/idea/using-git-integration.html[].
9+
该集成插件依赖于 Git 的命令行客户端,所以需要先安装一个 Git 客户端。官方文档请访问:
10+
https://www.jetbrains.com/help/idea/using-git-integration.html

book/A-git-in-other-environments/sections/sublimetext.asc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
* 在状态栏,你能够查看当前所在分支以及你做了多少修改。
1111
* 对一个文件的所有改动都会通过行号槽上的记号显示出来。
1212
* 你能够在 Sublime Text 内使用 Sublime Merge 这个 Git 客户端的部分功能。(要求安装 Sublime Merge:
13-
https://www.sublimemerge.com/
13+
https://www.sublimemerge.com/)
1414
1515
1616
Sublime Text 的官方文档请访问:
17-
https://www.sublimetext.com/docs/3/git_integration.html
17+
https://www.sublimetext.com/docs/3/git_integration.html

0 commit comments

Comments
 (0)