feat(branch): add bindings and api

This commit is contained in:
Aleksey Kulikov 2021-09-06 17:26:25 +03:00
parent 28c4eca573
commit 11dbb8195d
7 changed files with 503 additions and 1 deletions

View file

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