Skip to content

Commit 6ee6f7d

Browse files
authored
Merge pull request AdaGold#3 from AdaGold/cm/add-note-on-default-editor
add note on setting the default git editor
2 parents cfd2806 + 486d3e0 commit 6ee6f7d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ Previously we examined how you can use git to save our work progress by making c
1010
- Remember you can share your screen to get help or demonstrate for your teammates.
1111
- Ask for help via Slack, if needed, so your instructor can know to jump in and assist
1212

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:
16+
17+
```bash
18+
$ git config --global core.editor "code --wait"
19+
```
20+
1321
### Set Up the Repository
1422

1523
We will form into teams of 2-3 students. **One** partner will fork and clone this repository.

0 commit comments

Comments
 (0)