Main branches
The Git repository holds a main branch with an infinite lifetime:
- master
- The
masterbranch at origin should be familiar to every Git user. - We consider
origin/masterto be the main branch where the source code of HEAD always reflects a production-ready state.
- The