- What is a repository?
<! its storage space where our coding can live >
- What is the Git command to make a copy of a repo to your laptop?
< first you type "dir" and then speciically the folder where you want to repo by typing on the Git command " git clone"
- 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?
< massege
- What is the Git command for making a commit?
< git commit -m"
- What is the Git command to put your files in the staging area?
< git add .
- What does origin stand for when pushing you code?
< origin stands for " the clone" the link we cloned from repository