Skip to content

Commit 9bc3d79

Browse files
authored
Merge pull request #1404 from katrinleinweber/patch-3
Add UltraEdit to core.editor list in Appendix
2 parents 8148dc6 + a700674 commit 9bc3d79

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
|Visual Studio Code |`git config --global core.editor "code --wait"`
7071
|VSCodium (Free/Libre Open Source Software Binaries of VSCode) | `git config --global core.editor "codium --wait"`

0 commit comments

Comments
 (0)