Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 511 Bytes

File metadata and controls

17 lines (10 loc) · 511 Bytes

Phrase::BranchMergeParameters

Properties

Name Type Description Notes
strategy String Conflict resolution strategy applied when the branch and its base have diverged. `use_main` keeps the values from the base branch; `use_branch` keeps the values from the branch being merged. [optional]

Code Sample

require 'Phrase'

instance = Phrase::BranchMergeParameters.new(strategy: use_main)