From 275e4d77956c9d5043bc8fc5cf505885bba896a2 Mon Sep 17 00:00:00 2001 From: mohamed-hassanjj Date: Wed, 12 Oct 2022 20:10:37 +0300 Subject: [PATCH] answer from mohamed hassan --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b4ae1c4..8179eff 100644 --- a/README.md +++ b/README.md @@ -6,28 +6,28 @@ 1. What is a repository? - +is storeg folder 2. What is the Git command to make a copy of a repo to your laptop? - +fork 3. What is the Git command to send your code to Github? - +git push origin main 4. What does the -m in a Git commit command mean or do? - +massege 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? - +the link connect to you git hub