diff --git a/questions.md b/questions.md index 90e7275..c30d19f 100644 --- a/questions.md +++ b/questions.md @@ -5,45 +5,47 @@ What are some of the problems that git solves? - +git can solve alot of problems its good for team work we can work from different place and work on same project ## Question 2 What does clone do? - +clone is the way we use to download ## Question 3 What does commit do? - +Commit is the way we save ## Question 4 What does forking do? - +Forking is the way we copy ## Question 5 Why is a pull request necessary? - +its necesarry so can the main branch see what we change or how we answer the problem ## Question 6 What does history show us in Git? - +history show us what we change and how we change it ## Question 7 Why do we commit a message? +its like a note and to remember what have u change +thanks