ManagedRepository.MergeMode

How to merge a branch into another

Values

ValueMeaning
merge

git merge (commit with multiple parents) of the target and branch tips

cherryPick

apply the commits as a patch

Meta