Week 3 Notes
Overview
Study the following required materials carefully. Keep track of what you are learning in a notebook. Take the time to test yourself using using the review questions. If you'd like more information, explore some of the additional materials.
Review Questions
- What is a version control system?
- What is a distributed version control system?
- What is a repository?
- What does the "git init" command do?
- What does the "git add" command do?
- What does the "git commit" command do?
- What is the difference between Git and Github?
- What is a branch?
- What is a pull request used for?
- What does it mean to merge a branch with another?