- What is a repository?
- What is the Git command to make a copy of a repo to your laptop?
- What is the Git command to send your code to Github?
- What does the -m in a Git commit command mean or do?
- What is the Git command for making a commit?
- What is the Git command to put your files in the staging area?
- What does origin stand for when pushing you code?