MergeBranchCommand constructor
MergeBranchCommand(
- Repository repository,
- Branch thisBranch,
- Branch otherBranch
Implementation
MergeBranchCommand(this.repository, this.thisBranch, this.otherBranch);