feat(worktree): add base bindings and api

This commit is contained in:
Aleksey Kulikov 2021-09-06 20:11:41 +03:00
parent 11dbb8195d
commit a00078ba76
5 changed files with 224 additions and 2 deletions

View file

@ -13,5 +13,6 @@ export 'src/blob.dart';
export 'src/tag.dart';
export 'src/treebuilder.dart';
export 'src/branch.dart';
export 'src/worktree.dart';
export 'src/error.dart';
export 'src/git_types.dart';