
Ultimate access to all questions.
A developer has properly set up their Databricks Repos credentials and cloned a remote Git repository. They lack permissions to modify the main branch, which is currently the sole branch visible in their workspace.
What method enables this user to contribute their code changes while preventing potential conflicts with their colleagues' work?
A
Use Repos to create a new branch, commit all changes, and push changes to the remote Git repository.
B
Use Repos to create a fork of the remote repository, commit all changes, and make a pull request on the source repository.
C
Use Repos to pull changes from the remote Git repository; commit and push changes to a branch that appeared as changes were pulled.
D
Use Repos to merge all differences and make a pull request back to the remote repository.