Skip to content

Commit 75c3454

Browse files
ousugonetworm
authored andcommitted
translate sublimetext.asc
1 parent 2a9ca1b commit 75c3454

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed
Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
1-
=== Git in Sublime Text
1+
=== Sublime Text 中的 Git
22

3-
From version 3.2 onwards, Sublime Text has git integration in the editor.
3+
(((Sublime Text)))
4+
从 3.2 版本开始,Sublime Text 在编辑器内集成了 Git。
45

5-
The features are:
6+
功能如下:
67

7-
* The sidebar will show the git status of files and folders with a badge/icon.
8-
* Files and folders that are in your .gitignore file will be faded out in the sidebar.
9-
* In the status bar, you can see the current git branch and how many modifications you have made.
10-
* All changes to a file are now visible via markers in the gutter.
11-
* You can use part of the Sublime Merge git client functionality from within Sublime Text.
12-
(This requires that Sublime Merge is installed. See: https://www.sublimemerge.com/[])
8+
* 侧边栏将会使用图标来指明文件及文件夹的 Git 状态。
9+
* 被你的 .gitignore 文件所指定忽略的文件以及文件夹会在侧边栏褪色显示。
10+
* 在状态栏,你能够查看当前所在分支以及你做了多少修改。
11+
* 对一个文件的所有改动都会通过行号槽上的记号显示出来。
12+
* 你能够在 Sublime Text 内使用 Sublime Merge 这个 Git 客户端的部分功能。(要求安装 Sublime Merge:
13+
https://www.sublimemerge.com/
1314
14-
The official documentation for Sublime Text can be found here: https://www.sublimetext.com/docs/3/git_integration.html[]
15+
16+
Sublime Text 的官方文档请访问:
17+
https://www.sublimetext.com/docs/3/git_integration.html

0 commit comments

Comments
 (0)