File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,12 +65,12 @@ Git 做的很多工作都有一种默认方式。
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)
66
66
|TextEdit (macOS)|`git config --global core.editor "open --wait-apps --new -e"`
67
67
|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)
69
69
|UltraEdit (Windows 64-bit) | `git config --global core.editor Uedit32`
70
70
|Vim |`git config --global core.editor "vim --nofork"`
71
71
|Visual Studio Code |`git config --global core.editor "code --wait"`
72
72
|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'"`
74
74
|Xi | `git config --global core.editor "xi --wait"`
75
75
|==============================
76
76
You can’t perform that action at this time.
0 commit comments