Skip to content

Commit

Permalink
Merge pull request progit#1404 from katrinleinweber/patch-3
Browse files Browse the repository at this point in the history
Add UltraEdit to core.editor list in Appendix
  • Loading branch information
ben authored Apr 12, 2020
2 parents 8148dc6 + a700674 commit 9bc3d79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions C-git-commands.asc
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ Accompanying the configuration instructions in <<ch01-getting-started#_editor>>,
|TextEdit (macOS)|`git config --global --add 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`
|Vim |`git config --global core.editor "vim"`
|Visual Studio Code |`git config --global core.editor "code --wait"`
|VSCodium (Free/Libre Open Source Software Binaries of VSCode) | `git config --global core.editor "codium --wait"`
Expand Down

0 comments on commit 9bc3d79

Please sign in to comment.