From 68cca11ed2513f3f521afa68a29fa27d7c9e75b2 Mon Sep 17 00:00:00 2001 From: ahmednou01 <85674223+ahmednou01@users.noreply.github.com> Date: Mon, 14 Jun 2021 09:49:08 +0300 Subject: [PATCH 1/2] 7 Questions --- questions.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/questions.md b/questions.md index 90e7275..c6efd0d 100644 --- a/questions.md +++ b/questions.md @@ -5,45 +5,46 @@ What are some of the problems that git solves? - +git can solve alot of problems its good for team work we can work from different place and work on same project ## Question 2 What does clone do? - +clone is the way we use to download ## Question 3 What does commit do? - +Commit is the way we save ## Question 4 What does forking do? - +Forking is the way we copy ## Question 5 Why is a pull request necessary? - +its necesarry so can the main branch see what we change or how we answer the problem ## Question 6 What does history show us in Git? - +history show us what we change and how we change it ## Question 7 Why do we commit a message? +its like a note and to remember what have u change \ No newline at end of file From 10054af039e71ad23e292a3abe7bc67e78948879 Mon Sep 17 00:00:00 2001 From: ahmednou01 <85674223+ahmednou01@users.noreply.github.com> Date: Mon, 14 Jun 2021 09:52:34 +0300 Subject: [PATCH 2/2] all Q --- questions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/questions.md b/questions.md index c6efd0d..c30d19f 100644 --- a/questions.md +++ b/questions.md @@ -47,4 +47,5 @@ history show us what we change and how we change it Why do we commit a message? -its like a note and to remember what have u change \ No newline at end of file +its like a note and to remember what have u change +thanks