We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cfd2806 + 486d3e0 commit 6ee6f7dCopy full SHA for 6ee6f7d
README.md
@@ -10,6 +10,14 @@ Previously we examined how you can use git to save our work progress by making c
10
- Remember you can share your screen to get help or demonstrate for your teammates.
11
- Ask for help via Slack, if needed, so your instructor can know to jump in and assist
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:
16
17
+```bash
18
+$ git config --global core.editor "code --wait"
19
+```
20
21
### Set Up the Repository
22
23
We will form into teams of 2-3 students. **One** partner will fork and clone this repository.
0 commit comments