We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ae30a9 + b16b909 commit b3af68cCopy full SHA for b3af68c
C-git-commands.asc
@@ -59,7 +59,7 @@ Accompanying the configuration instructions in <<ch01-getting-started#_editor>>,
59
|Kate (Linux) |`git config --global core.editor "kate --block"`
60
|nano |`git config --global core.editor "nano -w"`
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)
+|Notepad++ (Windows 64-bit) |`git config --global core.editor "'C:\Program Files\Notepad+\+\notepad++.exe' -multiInst -notabbar -nosession -noPlugin"` (Also see note below)
63
|Scratch (Linux)|`git config --global core.editor "scratch-text-editor"`
64
|Sublime Text (macOS) |`git config --global core.editor "/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl --new-window --wait"`
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)
0 commit comments