What are some of the problems that git solves?
What does clone do?
creates a local copy
What does commit do?
is used to save your changes to the local repository
What does forking do?
A fork is a copy of a repository
Why is a pull request necessary?
mechanism for a developer to notify team members that a feature or fix
What does history show us in Git?
we saw in the previous lesson or projects
Why do we commit a message?
provide you useful information about what has changed and why