mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-04 20:29:08 -04:00
feat: prototype config api
This commit is contained in:
parent
0fe3fa9f23
commit
1c6c5579d7
5 changed files with 253 additions and 1 deletions
|
@ -1,8 +0,0 @@
|
|||
import 'dart:io';
|
||||
|
||||
import 'package:libgit2dart/libgit2dart.dart';
|
||||
|
||||
void main() {
|
||||
final repo = Repository.open(Directory.current.path);
|
||||
print(repo.path);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue