diff --git a/questions.md b/questions.md index 90e7275..557cdcb 100644 --- a/questions.md +++ b/questions.md @@ -5,13 +5,14 @@ What are some of the problems that git solves? - - +it helps you organize your data having a clean version of your data + ## Question 2 What does clone do? +it gives(download) a version of that repo that you want to use ## Question 3 @@ -19,6 +20,7 @@ What does clone do? What does commit do? +it saves your work into your local device ## Question 4 @@ -26,6 +28,7 @@ What does commit do? What does forking do? +its sends the update version of your data to be pushed to the cloud (github) ## Question 5 @@ -33,6 +36,7 @@ What does forking do? Why is a pull request necessary? +to be guide for the person who wants to use your code or the person who is collabrating with you ## Question 6 @@ -40,10 +44,11 @@ Why is a pull request necessary? What does history show us in Git? - +the chnage you made to your code or data ## Question 7 Why do we commit a message? +so it clear for the person who you are sending it to and the purpose of your code or data