mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-10-02 01:06:59 +02:00
264 B
264 B
Complete this quiz in class
- How do you create a Git repo?
- git create
- git start
- git init
- What does
git add
do?
- Commits your code
- Adds your files to a staging area for tracking
- Adds your files to GitHub