Chapter 4 Review
Vocabulary
- Branching - separating parts of your project as you develope it.
- Publish Branch - adding a newly created branch to github.com.
- git checkout - code for switching between branches.
- git merge- code used to combine two branches.
- git push -u origin - code used to push a newly created branch.
- git branch - code used to view current working branch as well as all branches in a given repository.
- git branch -d - code used to delete a branch in a repository.
These are the terms we used in this chapter. For quizzes/exams, I will pull directly from the text to create questions that test whether you read the text or not!