Skip to content

Commit

Permalink
Correct missing symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherry520 committed Aug 20, 2024
1 parent b3af68c commit f5c773a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions C-git-commands.asc
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ Accompanying the configuration instructions in <<ch01-getting-started#_editor>>,
|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"`
|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)
|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 --nofork"`
|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"`
|WordPad |`git config --global core.editor '"C:\Program Files\Windows NT\Accessories\wordpad.exe"'"`
|WordPad |`git config --global core.editor "'C:\Program Files\Windows NT\Accessories\wordpad.exe'"`
|Xi | `git config --global core.editor "xi --wait"`
|==============================

Expand Down

0 comments on commit f5c773a

Please sign in to comment.