From 4a8b0be82aa01774c7fd6f65ca25a930a3866913 Mon Sep 17 00:00:00 2001 From: maxamed ibraahim <83146803+moshibbin252@users.noreply.github.com> Date: Mon, 14 Jun 2021 09:45:36 +0300 Subject: [PATCH 1/3] answers --- questions.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/questions.md b/questions.md index 90e7275..278a4c6 100644 --- a/questions.md +++ b/questions.md @@ -7,33 +7,34 @@ What are some of the problems that git solves? + ## Question 2 What does clone do? - +is used when you went to download ## Question 3 What does commit do? - +is used to save what you change ## Question 4 What does forking do? - +Creating a “fork” is producing a personal copy of someone else's project ## Question 5 Why is a pull request necessary? - +Concise pull requests allow for developers to efficiently review and quickly merge code into master. ## Question 6 @@ -45,5 +46,5 @@ What does history show us in Git? ## Question 7 Why do we commit a message? - +used to save From 0e5374f4875bb371a0ff502d2dd60de13794e96e Mon Sep 17 00:00:00 2001 From: maxamed ibraahim <83146803+moshibbin252@users.noreply.github.com> Date: Mon, 14 Jun 2021 09:50:40 +0300 Subject: [PATCH 2/3] answers --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 278a4c6..78a6bac 100644 --- a/questions.md +++ b/questions.md @@ -41,7 +41,7 @@ Concise pull requests allow for developers to efficiently review and quickly mer What does history show us in Git? - +h ## Question 7 From 01e0760eb11d8b24694c088aaef86382f8207426 Mon Sep 17 00:00:00 2001 From: maxamed ibraahim <83146803+moshibbin252@users.noreply.github.com> Date: Mon, 14 Jun 2021 09:51:45 +0300 Subject: [PATCH 3/3] answrs --- questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/questions.md b/questions.md index 78a6bac..278a4c6 100644 --- a/questions.md +++ b/questions.md @@ -41,7 +41,7 @@ Concise pull requests allow for developers to efficiently review and quickly mer What does history show us in Git? -h + ## Question 7