Process Flow - What a branch is (pointer to a commit)
Start: Commit A
Commit B
Commit C
Commit D
A branch is like a label that points to a specific commit in the project history. When you add new commits, the branch pointer moves forward to the latest commit.