Skip to content

Commit f31dc6f

Browse files
authored
Merge pull request #1978 from Sherry520/main
Fix issue 1977
2 parents b3af68c + f5c773a commit f31dc6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

C-git-commands.asc

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ Accompanying the configuration instructions in <<ch01-getting-started#_editor>>,
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)
6666
|TextEdit (macOS)|`git config --global core.editor "open --wait-apps --new -e"`
6767
|Textmate |`git config --global core.editor "mate -w"`
68-
|Textpad (Windows 64-bit) |`git config --global core.editor "'C:\Program Files\TextPad 5\TextPad.exe' -m` (Also see note below)
68+
|Textpad (Windows 64-bit) |`git config --global core.editor "'C:\Program Files\TextPad 5\TextPad.exe' -m"` (Also see note below)
6969
|UltraEdit (Windows 64-bit) | `git config --global core.editor Uedit32`
7070
|Vim |`git config --global core.editor "vim --nofork"`
7171
|Visual Studio Code |`git config --global core.editor "code --wait"`
7272
|VSCodium (Free/Libre Open Source Software Binaries of VSCode) | `git config --global core.editor "codium --wait"`
73-
|WordPad |`git config --global core.editor '"C:\Program Files\Windows NT\Accessories\wordpad.exe"'"`
73+
|WordPad |`git config --global core.editor "'C:\Program Files\Windows NT\Accessories\wordpad.exe'"`
7474
|Xi | `git config --global core.editor "xi --wait"`
7575
|==============================
7676

0 commit comments

Comments
 (0)