File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Git 做的很多工作都有一种默认方式。
59
59
|Kate (Linux) |`git config --global core.editor "kate --block"`
60
60
|nano |`git config --global core.editor "nano -w"`
61
61
|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)
63
63
|Scratch (Linux)|`git config --global core.editor "scratch-text-editor"`
64
64
|Sublime Text (macOS) |`git config --global core.editor "/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl --new-window --wait"`
65
65
|Sublime Text (Windows 64-bit) |`git config --global core.editor "'C:\Program Files\Sublime Text 3\sublime_text.exe' -w"` (Also see note below)
You can’t perform that action at this time.
0 commit comments