Question: What happens if you run this command from your master branch?

  1. The beta-test branch will be checked out of the current commit.
  2. The beta-test branch will be checked out and deleted.
  3. A new branch called beta-test will be created and switched to.
  4. The beta-test branch will be merged with the master branch.

Answer: The correct answer of the above question is Option C:A new branch called beta-test will be created and switched to.