- What is a repository?
" a place or folder that you can store your files "
- What is the Git command to make a copy of a repo to your laptop?
" git clone "
- What is the Git command to send your code to Github?
" git push " 4. What does the -m in a Git commit command mean or do?
" m means a comment that descripes what you want to commit "
- What is the Git command for making a commit?
" git commit "
- What is the Git command to put your files in the staging area?
" git add : u can use dot notation for all or specific folder name "
-
What does origin stand for when pushing you code?
" origin means the link of my repository "