diff --git a/README.md b/README.md index b4ae1c4..3d6590e 100644 --- a/README.md +++ b/README.md @@ -1,33 +1,29 @@ # Git Quiz - - --- 1. What is a repository? - +" a place or folder that you can store your files " 2. What is the Git command to make a copy of a repo to your laptop? - +" git clone " 3. What is the Git command to send your code to Github? - - -4. What does the -m in a Git commit command mean or do? +" 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 " 5. What is the Git command for making a commit? - +" git commit " 6. 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 " 7. What does origin stand for when pushing you code? - + " origin means the link of my repository "