Skip to content

Commit 6c25f58

Browse files
authored
Merge pull request #1539 from Sophismata/issue-1358
2 parents 95fdd6a + 682a40c commit 6c25f58

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
@@ -62,7 +62,7 @@ Accompanying the configuration instructions in <<ch01-getting-started#_editor>>,
6262
|Scratch (Linux)|`git config --global core.editor "scratch-text-editor"`
6363
|Sublime Text (macOS) |`git config --global core.editor "/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl --new-window --wait"`
6464
|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"`
65+
|TextEdit (macOS)|`git config --global core.editor "open --wait-apps --new -e"`
6666
|Textmate |`git config --global core.editor "mate -w"`
6767
|Textpad (Windows 64-bit) |`git config --global core.editor "'C:\Program Files\TextPad 5\TextPad.exe' -m` (Also see note below)
6868
|UltraEdit (Windows 64-bit) | `git config --global core.editor Uedit32`

0 commit comments

Comments
 (0)