CheckoutToBranchCommand constructor
CheckoutToBranchCommand(
- Repository repository,
- Branch branch,
- String? commitSha
Implementation
CheckoutToBranchCommand(this.repository, this.branch, this.commitSha);