From 8aec57499c82eb6c69c141e4bf5bf835271e9227 Mon Sep 17 00:00:00 2001 From: cabdishakuur2 Date: Tue, 11 Oct 2022 11:45:45 -0700 Subject: [PATCH] there you go teacher --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b4ae1c4..ae2e286 100644 --- a/README.md +++ b/README.md @@ -6,28 +6,28 @@ 1. What is a repository? - + A repository contains all of your project's files 2. What is the Git command to make a copy of a repo to your laptop? - + git clone ' THE LINK ' 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? - + to save the change you make in the code 5. What is the Git command for making a commit? - + git commit -m " massage " 6. What is the Git command to put your files in the staging area? - + sorry i didt under stand the Q 7. What does origin stand for when pushing you code? - + git push origin maid