QuestionQ571

Software Development and Design

What is one advantage of using branches for developers who work with a version control system?

  • A implementing a CI/CD pipeline to automate the deployment of code
  • B using different commit methods such as GUI/CLI
  • C making changes to code in isolation of each other
  • D tagging commits to capture a snapshot of a specific point in time
Explanation

Branches provide isolated lines of development, so developers can modify code independently and merge their work when it is ready.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!