Beginner
Git & Version Control
Q11 / 100
What is a "branch" in Git?
Correct! Well done.
Incorrect.
The correct answer is B) A movable pointer to a specific commit, representing an independent line of development
B
Correct Answer
A movable pointer to a specific commit, representing an independent line of development
Explanation
A branch is essentially a lightweight, movable pointer to a commit, allowing development to diverge from the main line of work without affecting it until merged.
Progress
11/100