Chapter 4 Review

Vocabulary

  1. Branching - separating parts of your project as you develope it.
  2. Publish Branch - adding a newly created branch to github.com.
  3. git checkout - code for switching between branches.
  4. git merge- code used to combine two branches.
  5. git push -u origin - code used to push a newly created branch.
  6. git branch - code used to view current working branch as well as all branches in a given repository.
  7. 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!