Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 264 Bytes

File metadata and controls

13 lines (9 loc) · 264 Bytes

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