diff --git a/questions.md b/questions.md index 90e7275..fb74c30 100644 --- a/questions.md +++ b/questions.md @@ -5,6 +5,7 @@ What are some of the problems that git solves? +git records your progress of a cord and it also lets others to comment or edit your code ## Question 2 @@ -12,6 +13,7 @@ What are some of the problems that git solves? What does clone do? +clone downloads files from git to your local computer so you can work on it later ## Question 3 @@ -19,6 +21,7 @@ What does clone do? What does commit do? +commit save document in to your local computer ## Question 4 @@ -26,6 +29,7 @@ What does commit do? What does forking do? +forking creates new folder in your git, in order for you to pull it for someone else ## Question 5 @@ -33,6 +37,7 @@ What does forking do? Why is a pull request necessary? +pull request is sending request to the teacher to view it to comment and to get feedback ## Question 6 @@ -40,6 +45,7 @@ Why is a pull request necessary? What does history show us in Git? +History shows us all the documents you been working on to easily choose between them. ## Question 7 @@ -47,3 +53,4 @@ What does history show us in Git? Why do we commit a message? +to save locally in to your computer