Question: What happens if you run this command from your master branch?
- The beta-test branch will be checked out of the current commit.
- The beta-test branch will be checked out and deleted.
- A new branch called beta-test will be created and switched to.
- 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.