Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
As a developer in a large organization using Git for source control, what Google-recommended SCM process should your team adopt to optimize software delivery performance?
A
Each developer commits their code to the main branch before each product release, conducts testing, and rolls back if integration issues are detected.
B
Each group of developers copies the repository, commits their changes to their repository, and merges their code into the main repository before each product release.
C
Each developer creates a branch for their own work, commits their changes to their branch, and merges their code into the main branch daily.
D
Each group of developers creates a feature branch from the main branch for their work, commits their changes to their branch, and merges their code into the main branch after the change advisory board approves it.