- What is a repository?
is a folder that u can save inside github
- What is the Git command to make a copy of a repo to your laptop?
fork
- 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?
save the changes and add a message
- 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?
a link that u send to the github