PullBranchCommitCommand constructor

PullBranchCommitCommand(
  1. Repository localRepository,
  2. RemoteBranch remoteBranch
)

Implementation

PullBranchCommitCommand(this.localRepository, this.remoteBranch);