Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _episodes/02-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ Dracula also has to set his favorite text editor, following this table:
| Scratch (Linux) | `$ git config --global core.editor "scratch-text-editor"` |
| emacs | `$ git config --global core.editor "emacs"` |
| vim | `$ git config --global core.editor "vim"` |
| VS code | `$ git config --global core.editor "code --wait"` |

It is possible to reconfigure the text editor for Git whenever you want to change it.

Expand Down