From 5cccf147bcdd1d2b0196d016b4045929ee6071fd Mon Sep 17 00:00:00 2001 From: Moana Ahmet <76090738+White-butterfly@users.noreply.github.com> Date: Mon, 14 Jun 2021 10:00:30 +0300 Subject: [PATCH] Update questions.md --- questions.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/questions.md b/questions.md index 90e7275..1b56440 100644 --- a/questions.md +++ b/questions.md @@ -5,34 +5,35 @@ What are some of the problems that git solves? - + Stores code due to the other features it provides. + Version Control System: The code which is stored in Git keeps changing as more code is added. ## Question 2 What does clone do? - +Creates a local copy of the remote repo. ## Question 3 What does commit do? - + Saves your changes to the local repository. ## Question 4 What does forking do? - - + copy of a repository. ## Question 5 Why is a pull request necessary? +Let you suggest that changes from one branch be merged into another branch. ## Question 6 @@ -40,6 +41,7 @@ Why is a pull request necessary? What does history show us in Git? +let you manage and keep track of your source code history ## Question 7 @@ -47,3 +49,4 @@ What does history show us in Git? Why do we commit a message? +To save changes to a local repository. \ No newline at end of file