Skip to content

Commit b3af68c

Browse files
authored
Merge pull request #1970 from z-hed/notepad++
Escape notepad++ default installation path
2 parents 7ae30a9 + b16b909 commit b3af68c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C-git-commands.asc

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Accompanying the configuration instructions in <<ch01-getting-started#_editor>>,
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)