From fdb439238bca299086774dfd921ad656b0314ac6 Mon Sep 17 00:00:00 2001 From: maxamedkaka Date: Sat, 15 Oct 2022 14:42:09 +0300 Subject: [PATCH] git-quiz answered --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b4ae1c4..8ce81ff 100644 --- a/README.md +++ b/README.md @@ -6,28 +6,28 @@ 1. What is a repository? - + is a location where things/files/data are stored and managed. 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? - +Git Push 4. What does the -m in a Git commit command mean or do? - +Message 5. What is the Git command for making a commit? - +Git Commit -m"" 6. What is the Git command to put your files in the staging area? - +Git Add 7. What does origin stand for when pushing you code? - +when we clone the repo it stores the repo link in origin