Skip to content

Latest commit

 

History

History
33 lines (16 loc) · 812 Bytes

README.md

File metadata and controls

33 lines (16 loc) · 812 Bytes

Git Quiz


  1. What is a repository?
is a location where things/files/data are stored and managed.
  1. What is the Git command to make a copy of a repo to your laptop?
Git Clone
  1. What is the Git command to send your code to Github?
Git Push
  1. What does the -m in a Git commit command mean or do?
Message
  1. What is the Git command for making a commit?
Git Commit -m""
  1. What is the Git command to put your files in the staging area?
Git Add
  1. What does origin stand for when pushing you code?
when we clone the repo it stores the repo link in origin