
Ultimate access to all questions.
Consider a situation where you need to create a new branch in your Databricks Repo and commit changes to an external Git provider. Outline the steps you would follow to achieve this, ensuring that the new branch is correctly created and the changes are properly committed.
A
Create a new branch using the Databricks UI and commit changes directly to the main branch
B
Manually create a new branch in the external Git provider and then pull changes from Databricks
C
Use the Databricks Repo interface to create a new branch and commit changes to the external Git provider
D
Clone the repository to a local machine, create a new branch, and then push the changes back to Databricks