10 · Version Control

main / HEAD

The official line, and where you are

“main” is the primary branch everyone ships from; “HEAD” is simply where you're currently standing in the history.

Concrete example

“Merge to main” means folding your work into the official version the team releases.