docs: add more examples

This commit is contained in:
Aleksey Kulikov 2022-05-04 16:34:59 +03:00
parent 0d78a99b55
commit c73f61d102
3 changed files with 132 additions and 7 deletions

View file

@ -68,7 +68,7 @@ dart run libgit2dart:setup
libgit2dart provides you ability to manage Git repository. You can read and write objects (commit, tag, tree and blob), walk a tree, access the staging area, manage config and lots more.
Let's look at some of the classes and methods.
Let's look at some of the classes and methods (you can also check [example](example/example.dart)).
### Repository