mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-04 20:29:08 -04:00
feat(remote): add bindings and api
This commit is contained in:
parent
3b883c49e3
commit
e0e16aea30
9 changed files with 1218 additions and 1 deletions
|
@ -6,7 +6,7 @@ import 'helpers/util.dart';
|
|||
void main() {
|
||||
late Repository repo;
|
||||
late Signature stasher;
|
||||
final tmpDir = '${Directory.systemTemp.path}/patch_testrepo/';
|
||||
final tmpDir = '${Directory.systemTemp.path}/stash_testrepo/';
|
||||
|
||||
setUp(() async {
|
||||
if (await Directory(tmpDir).exists()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue