MergeBranchCommand constructor

MergeBranchCommand(
  1. Repository repository,
  2. Branch thisBranch,
  3. Branch otherBranch
)

Implementation

MergeBranchCommand(this.repository, this.thisBranch, this.otherBranch);