Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 521 Bytes

File metadata and controls

19 lines (13 loc) · 521 Bytes

Complete this quiz by checking one answer per question.

  1. A place to compare and discuss the differences introduced on a branch with reviews, comments, integrated tests, and more is:
  • GitHub
  • A Pull Request
  • A feature branch
  1. How would you get all the commits from a remote branch?
  • git fetch
  • git pull
  • git commits -r
  1. How do you switch to a branch?
  • git switch [branch-name]
  • git checkout [branch-name]
  • git load [branch-name]