We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 95fdd6a + 682a40c commit 6c25f58Copy full SHA for 6c25f58
C-git-commands.asc
@@ -62,7 +62,7 @@ Accompanying the configuration instructions in <<ch01-getting-started#_editor>>,
62
|Scratch (Linux)|`git config --global core.editor "scratch-text-editor"`
63
|Sublime Text (macOS) |`git config --global core.editor "/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl --new-window --wait"`
64
|Sublime Text (Windows 64-bit) |`git config --global core.editor "'C:\Program Files\Sublime Text 3\sublime_text.exe' -w"` (Also see note below)
65
-|TextEdit (macOS)|`git config --global --add core.editor "open -W -n"`
+|TextEdit (macOS)|`git config --global core.editor "open --wait-apps --new -e"`
66
|Textmate |`git config --global core.editor "mate -w"`
67
|Textpad (Windows 64-bit) |`git config --global core.editor "'C:\Program Files\TextPad 5\TextPad.exe' -m` (Also see note below)
68
|UltraEdit (Windows 64-bit) | `git config --global core.editor Uedit32`
0 commit comments