feat(remote): add bindings and api

This commit is contained in:
Aleksey Kulikov 2021-09-22 18:11:20 +03:00
parent 3b883c49e3
commit e0e16aea30
9 changed files with 1218 additions and 1 deletions

View file

@ -17,5 +17,7 @@ export 'src/worktree.dart';
export 'src/diff.dart';
export 'src/patch.dart';
export 'src/stash.dart';
export 'src/remote.dart';
export 'src/refspec.dart';
export 'src/error.dart';
export 'src/git_types.dart';