Skip to content

Commit b07970a

Browse files
Sherry520networm
authored andcommitted
Fix issue 525
1 parent 830bde2 commit b07970a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C-git-commands.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Git 做的很多工作都有一种默认方式。
5959
|Kate (Linux) |`git config --global core.editor "kate --block"`
6060
|nano |`git config --global core.editor "nano -w"`
6161
|Notepad (Windows 64-bit) |`git config core.editor notepad`
62-
|Notepad++ (Windows 64-bit) |`git config --global core.editor "'C:\Program Files\Notepad++\notepad++.exe' -multiInst -notabbar -nosession -noPlugin"` (Also see note below)
62+
|Notepad++ (Windows 64-bit) |`git config --global core.editor "'C:\Program Files\Notepad\++\notepad++.exe' -multiInst -notabbar -nosession -noPlugin"` (Also see note below)
6363
|Scratch (Linux)|`git config --global core.editor "scratch-text-editor"`
6464
|Sublime Text (macOS) |`git config --global core.editor "/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl --new-window --wait"`
6565
|Sublime Text (Windows 64-bit) |`git config --global core.editor "'C:\Program Files\Sublime Text 3\sublime_text.exe' -w"` (Also see note below)

0 commit comments

Comments
 (0)