main

also known as: master (older name)

main — The default, official branch of a project — the "real" version everyone agrees on.

"Push to main" means "this goes into the shared version." It's often the branch that gets deployed.

"Merge it into main." "Don't push straight to main."

Related
branchmergecommit