What are some of the problems that git solves?
it helps you organize your data having a clean version of your data
What does clone do?
it gives(download) a version of that repo that you want to use
What does commit do?
it saves your work into your local device
What does forking do?
its sends the update version of your data to be pushed to the cloud (github)
Why is a pull request necessary?
to be guide for the person who wants to use your code or the person who is collabrating with you
What does history show us in Git?
the chnage you made to your code or data
Why do we commit a message?
so it clear for the person who you are sending it to and the purpose of your code or data