QuestionQ571
Software Development and DesignWhat 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
Community Discussion