Reformat all code to use shell instead of sh
This commit is contained in:
@ -7,11 +7,11 @@ Configures the text editor used by git.
|
||||
|
||||
- Use `git config --global core.editor <editor-command>` to call `<editor-command>` as the git text editor.
|
||||
|
||||
```sh
|
||||
```shell
|
||||
git config --global core.editor <editor-command>
|
||||
```
|
||||
|
||||
```sh
|
||||
```shell
|
||||
git config --global core.editor "code --wait"
|
||||
# Sets VS Code as the git text editor
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user