Skip to content

Commit 298c309

Browse files
Excimer-Gongnetworm
authored andcommitted
fix link for _core_editor
1 parent 03e3ec0 commit 298c309

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

C-git-commands.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Git 做的很多工作都有一种默认方式。
4242

4343
最后,基本上 <<ch08-customizing-git#_git_config>> 整个章节都是针对此命令的。
4444

45-
[[_core_editor]]
45+
[[ch_core_editor]]
4646
==== git config core.editor 命令
4747

4848
就像 <<ch01-getting-started#_first_time>> 里的设置指示,很多编辑器可以如下设置:

book/01-introduction/sections/first-time-setup.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ $ git config --global core.editor "'C:/Program Files/Notepad++/notepad++.exe' -m
7777
====
7878
Vim、Emacs 和 Notepad++ 都是流行的文本编辑器,通常程序员们会在 Linux 和 macOS
7979
这类基于 Unix 的系统或 Windows 系统上使用它们。
80-
如果你在使用其他的或 32 位版本的编辑器,请在 <<C-git-commands#_core_editor>>
80+
如果你在使用其他的或 32 位版本的编辑器,请在 <<C-git-commands#ch_core_editor>>
8181
中查看设置为该编辑器的具体步骤。
8282
====
8383

0 commit comments

Comments
 (0)