What are some of the problems that git solves?
What does clone do?
is used when you went to download
What does commit do?
is used to save what you change
What does forking do?
Creating a “fork” is producing a personal copy of someone else's project
Why is a pull request necessary?
Concise pull requests allow for developers to efficiently review and quickly merge code into master.
What does history show us in Git?
Why do we commit a message? used to save