mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-10-02 17:28:04 +02:00
14 lines
264 B
Markdown
14 lines
264 B
Markdown
*Complete this quiz in class*
|
|
|
|
1. How do you create a Git repo?
|
|
|
|
- [ ] git create
|
|
- [ ] git start
|
|
- [ ] git init
|
|
|
|
2. What does `git add` do?
|
|
|
|
- [ ] Commits your code
|
|
- [ ] Adds your files to a staging area for tracking
|
|
- [ ] Adds your files to GitHub
|