Skip to content

Commit c87969b

Browse files
committed
Move VSCodium and use the proper command
1 parent f21f70d commit c87969b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

C-git-commands.asc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ Accompanying the configuration instructions in <<ch01-getting-started#_editor>>,
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)
6868
|Vim |`git config --global core.editor "vim"`
69-
|Visual Studio Code and VSCodium |`git config --global core.editor "code --wait"`
69+
|Visual Studio Code |`git config --global core.editor "code --wait"`
70+
|VSCodium (Free/Libre Open source binaries of VSCode) | `git config --global core.editor "codium --wait"`
7071
|WordPad |`git config --global core.editor '"C:\Program Files\Windows NT\Accessories\wordpad.exe"'"`
7172
|Xi | `git config --global core.editor "xi --wait"`
7273
|==============================

0 commit comments

Comments
 (0)