Git Branches

A computer screen showing a visual Git branch diagram

What is a branch in Git?

A branch in Git is a seperate workspace used to experiment or make changes without affecting the main project.

Back