diff --git a/questions.md b/questions.md index 90e7275..a602147 100644 --- a/questions.md +++ b/questions.md @@ -6,6 +6,7 @@ What are some of the problems that git solves? +like lost code ## Question 2 @@ -13,6 +14,7 @@ What does clone do? +get a copy from the the orginal file from the github ## Question 3 @@ -20,6 +22,7 @@ What does commit do? +save your work in your local laptop ## Question 4 @@ -27,6 +30,7 @@ What does forking do? +make a new folder to hold your push in it. ## Question 5 @@ -34,6 +38,7 @@ Why is a pull request necessary? +to notice the techer to see ## Question 6 @@ -41,9 +46,12 @@ What does history show us in Git? +all your save commit ## Question 7 Why do we commit a message? + +to save our last progress.