Databricks Repos is a visual Git client and API in Databricks that supports common Git operations
such as commit, pull, push, branch management, and visual comparison of diffs when
committing1. However, merge is not supported in the Git dialog2. You need to use the Repos UI or
your Git provider to merge branches3. Merge is a way to combine the commit history from one
branch into another branch1. During a merge, a merge conflict is encountered when Git cannot
automatically combine code from one branch into another. Merge conflicts require manual
resolution before a merge can be completed1. Reference: 4: Run Git operations on Databricks
Repos4, 1: CI/CD techniques with Git and Databricks Repos1, 3: Collaborate in Repos3, 2: Databricks
Repos - What it is and how we can use it2.
Databricks Repos is a visual Git client and API in Databricks that supports common Git operations
such as commit, pull, push, merge, and branch management. However, to clone a remote Git
repository to a Databricks repo, you must use the Databricks UI or API. You cannot clone a Git repo
using the CLI through a cluster’s web terminal, as the files won’t display in the Databricks
UI1. Reference: 1: Run Git operations on Databricks Repos | Databricks on AWS2