PushBranchCommitCommand constructor

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

Implementation

PushBranchCommitCommand(this.localRepository, this.remoteBranch);