We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ee6f7d commit f53cea4Copy full SHA for f53cea4
README.md
@@ -12,7 +12,7 @@ Previously we examined how you can use git to save our work progress by making c
12
13
## Before Getting Started
14
15
-Just to make sure that VS Code is set as the default editor for git commit messages, in the terminal execute this command:
+Just to make sure that VS Code is set as the default editor for git commit messages, execute this command in the terminal:
16
17
```bash
18
$ git config --global core.editor "code --wait"
0 commit comments