
Answer-first summary for fast verification
Answer: They are carried over to the new branch
Uncommitted changes are carried over when switching branches, unless they conflict with the target branch.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You have uncommitted changes in a Databricks Git folder and attempt to switch branches. What will happen to those changes if there are no conflicts?
A
They are discarded automatically
B
They are carried over to the new branch
C
They are committed automatically
D
They are pushed to the remote branch
No comments yet.