We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e3ec0 commit 298c309Copy full SHA for 298c309
C-git-commands.asc
@@ -42,7 +42,7 @@ Git 做的很多工作都有一种默认方式。
42
43
最后,基本上 <<ch08-customizing-git#_git_config>> 整个章节都是针对此命令的。
44
45
-[[_core_editor]]
+[[ch_core_editor]]
46
==== git config core.editor 命令
47
48
就像 <<ch01-getting-started#_first_time>> 里的设置指示,很多编辑器可以如下设置:
book/01-introduction/sections/first-time-setup.asc
@@ -77,7 +77,7 @@ $ git config --global core.editor "'C:/Program Files/Notepad++/notepad++.exe' -m
77
====
78
Vim、Emacs 和 Notepad++ 都是流行的文本编辑器,通常程序员们会在 Linux 和 macOS
79
这类基于 Unix 的系统或 Windows 系统上使用它们。
80
-如果你在使用其他的或 32 位版本的编辑器,请在 <<C-git-commands#_core_editor>>
+如果你在使用其他的或 32 位版本的编辑器,请在 <<C-git-commands#ch_core_editor>>
81
中查看设置为该编辑器的具体步骤。
82
83
0 commit comments