Knowledge check

Completed

Choose the best response for each question, then select Check your answers.

Check your knowledge

1.

Which of the following choices is not a good reason to protect a branch?

2.

Suppose your team repository contains several long-lived branches, including main, release-v1.0, and release-v2.0. Which of the following Git commands best enables you to apply specific commits from main into release-v1.0 to apply hotfixes to the legacy version of the codebase?

3.

Your project team reaches a major milestone and wants everyone to install the latest version of your app. Which option is the best way to let interested users know?