Skip to content

Commit 56cf0b2

Browse files
authored
Merge pull request #1333 from KatDwo/patch-1
Fix formatting error
2 parents 1f07b2e + 1e11552 commit 56cf0b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C-git-commands.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Accompanying the configuration instructions in <<ch01-getting-started#_editor>>,
6262
|Scratch (Linux)|`git config --global core.editor "scratch-text-editor"`
6363
|Sublime Text (macOS) |`git config --global core.editor "/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl --new-window --wait"`
6464
|Sublime Text (Windows 64-bit) |`git config --global core.editor "'C:/Program Files/Sublime Text 3/sublime_text.exe' -w"` (Also see note below)
65-
|TextEdit (macOS)|`git config --global --add core.editor "open -W -n"`|
65+
|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)
6868
|Vim |`git config --global core.editor "vim"`

0 commit comments

Comments
 (0)