refactor(checkout)!: move checkout related methods into Checkout class

This commit is contained in:
Aleksey Kulikov 2022-01-25 20:08:53 +03:00
parent 570c696269
commit 852af616e8
10 changed files with 238 additions and 135 deletions

View file

@ -3,6 +3,7 @@ export 'src/blame.dart';
export 'src/blob.dart';
export 'src/branch.dart';
export 'src/callbacks.dart';
export 'src/checkout.dart';
export 'src/commit.dart';
export 'src/config.dart';
export 'src/credentials.dart';