checkoutRemoteBranch function

Future<void> checkoutRemoteBranch(
  1. GitRepository repo,
  2. String branch
)

Implementation

Future<void> checkoutRemoteBranch(GitRepository repo, String branch) async {}