You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Web-Dev-For-Beginners/1-getting-started-lessons/2-github-basics/.github/pre-lecture-quiz.md

264 B

Complete this quiz in class

  1. How do you create a Git repo?
  • git create
  • git start
  • git init
  1. What does git add do?
  • Commits your code
  • Adds your files to a staging area for tracking
  • Adds your files to GitHub