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