Skip to content

Commit 8d1f550

Browse files
committed
翻译表格
1 parent 2290db5 commit 8d1f550

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

C-git-commands.asc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ Git 做的很多工作都有一个默认方式。
3535
最后,基本上 <<ch08-customizing-git#r_git_config>> 整个章节都是针对此命令的。
3636

3737
[[_core_editor]]
38-
==== git config core.editor commands
38+
==== git config core.editor 命令
3939

40-
Accompanying the configuration instructions in <<ch01-introduction#r_first_time>>, many editors can be set as follows:
40+
就像 <<ch01-introduction#r_first_time>> 里的设置指示,很多编辑器可以如下设置:
4141

42-
.Exhaustive list of `core.editor` configuration commands
42+
.详细的 `core.editor` 设置命令列表
4343
[cols="1,2",options="header"]
4444
|==============================
45-
|Editor | Configuration command
45+
|编辑器 | 设置命令
4646
|Atom |`git config --global core.editor "atom --wait"`
4747
|BBEdit (Mac, with command line tools) |`git config --global core.editor "bbedit -w"`
4848
|Emacs |git config --global core.editor emacs
@@ -65,7 +65,7 @@ Accompanying the configuration instructions in <<ch01-introduction#r_first_time>
6565

6666
[NOTE]
6767
====
68-
If you have a 32-bit editor on a Windows 64-bit system, the program will be installed in `C:\Program Files (x86)\` rather than `C:\Program Files\` as in the table above.
68+
如果你在 64 位 Windows 系统上安装了 32 位的文本编辑器,它会被安装在 `C:\Program Files (x86)\` 而不是上面表格所写的 `C:\Program Files\`
6969
====
7070

7171
==== git help

0 commit comments

Comments
 (0)