Reformat all code to use shell instead of sh
This commit is contained in:
@ -7,11 +7,11 @@ Opens the git configuration file in the git text editor.
|
||||
|
||||
- Use `git config --global -e` to open the git configuration file in the git text editor.
|
||||
|
||||
```sh
|
||||
```shell
|
||||
git config --global -e
|
||||
```
|
||||
|
||||
```sh
|
||||
```shell
|
||||
git config --global -e
|
||||
# Opens the git configuration file in the default git text editor
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user