Which of the following scenarios is most likely to lead to a 'merge conflict' in a version control system?
Question 2
In a 'GitFlow' branching strategy, which branch is primarily used for integrating new features that are ready for release?
Question 3
What is the primary purpose of a 'pull request' (or 'merge request') in a collaborative development workflow?
Question 4
Which of the following best describes the 'rebase' operation in Git?
Question 5
A developer wants to create a temporary isolated environment to work on a new experimental feature without affecting the main codebase. Which version control concept should they utilize?