Main
Upon making the first commit in a repository, Git will automatically create a main branch by default. Subsequent commits will go under the main branch until you decide to create and switch over to another branch.
Codebase residing in the main branch is production-ready. The latest commit will be given a release tag when it is ready for a specific release.