What are some of the problems that git solves?
helps us to share data
What does clone do?
download
What does commit do?
save
What does forking do?
producing a personal copy of someone else's project
Why is a pull request necessary?
let you tell others about changes you've pushed
What does history show us in Git?
You can see details about any commit in GitHub Desktop
Why do we commit a message?
because saves changes to a local repository