Glossary

GitHub repository structure:

`main` branch → deploys to production automatically if CI passes - `staging` branch → deploys to staging automatically if CI passes - Feature branches → CI runs tests on push; no deployment

Learn More

Related Terms