Skip to content

Commit 5c2ee56

Browse files
Add UltraEdit to core.editor list in Appendix
1 parent ab3cb21 commit 5c2ee56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

C-git-commands.asc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ Accompanying the configuration instructions in <<ch01-getting-started#_editor>>,
6565
|TextEdit (macOS)|`git config --global --add core.editor "open -W -n"`
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)
68+
|UltraEdit (Windows 64-bit) | `git config --global core.editor Uedit32`
6869
|Vim |`git config --global core.editor "vim"`
6970
|VS Code |`git config --global core.editor "code --wait"`
7071
|WordPad |`git config --global core.editor '"C:\Program Files\Windows NT\Accessories\wordpad.exe"'"`

0 commit comments

Comments
 (0)