mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-04 20:29:08 -04:00
refactor(checkout)!: move checkout related methods into Checkout class (#42)
This commit is contained in:
parent
570c696269
commit
9918ab0905
10 changed files with 238 additions and 135 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue