Git Quiz What is a repository? A repository contains all of your project's files What is the Git command to make a copy of a repo to your laptop? git clone ' THE LINK ' What is the Git command to send your code to Github? git push origin main What does the -m in a Git commit command mean or do? to save the change you make in the code What is the Git command for making a commit? git commit -m " massage " What is the Git command to put your files in the staging area? sorry i didt under stand the Q What does origin stand for when pushing you code? git push origin maid