mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-04 20:29:08 -04:00
docs: add more examples
This commit is contained in:
parent
0d78a99b55
commit
c73f61d102
3 changed files with 132 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue