Which THREE are common Git branching strategies used by development teams? (Select THREE.)
GitFlow uses develop and feature branches.
Why this answer
GitFlow, Trunk-based development, and Feature branching are common strategies. Centralized version control is not a Git branching strategy. Monorepo is a repository structure, not a branching strategy.