Questions
- Which of the following is a benefit of the source code-centric approach?
- It is easy to manage
- Dependency to certain environments is minimized
- The single source of truth is your development environment
- Which branch is often related to Production?
- Main
- Feature
- Development
- Release
- What is the main benefit of an environment-centric approach?
- It is easy to manage
- Dependency to certain environments is minimized
- The single source of truth is your repository