From ccf602930be87dbb0a308763a8ef02092b78c287 Mon Sep 17 00:00:00 2001 From: pibion Date: Fri, 21 May 2021 14:25:39 -0600 Subject: [PATCH] Update C-git-commands.asc with a new TextEdit command --- C-git-commands.asc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C-git-commands.asc b/C-git-commands.asc index db01461f4..7817a4c77 100644 --- a/C-git-commands.asc +++ b/C-git-commands.asc @@ -62,7 +62,7 @@ Accompanying the configuration instructions in <>, |Scratch (Linux)|`git config --global core.editor "scratch-text-editor"` |Sublime Text (macOS) |`git config --global core.editor "/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl --new-window --wait"` |Sublime Text (Windows 64-bit) |`git config --global core.editor "'C:\Program Files\Sublime Text 3\sublime_text.exe' -w"` (Also see note below) -|TextEdit (macOS)|`git config --global core.editor "open --wait-apps --new -e"` +|TextEdit (macOS)|`git config --global core.editor "open -W -n"` |Textmate |`git config --global core.editor "mate -w"` |Textpad (Windows 64-bit) |`git config --global core.editor "'C:\Program Files\TextPad 5\TextPad.exe' -m` (Also see note below) |UltraEdit (Windows 64-bit) | `git config --global core.editor Uedit32`