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 做的很多工作都有一种默认方式。
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)
You can’t perform that action at this time.
0 commit comments