Git & GitHub Β· ~7 min Β· 2 quick checks
Branches and merging
A branch is a parallel line of work. The default branch is usually called main.
You branch to try something (a feature, a fix, an agent experiment) without touching the working version β then merge it back when it's ready.