mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 04:39:07 -04:00
feat(branch): add bindings and api
This commit is contained in:
parent
28c4eca573
commit
11dbb8195d
7 changed files with 503 additions and 1 deletions
|
@ -456,4 +456,7 @@ class Repository {
|
|||
message: message,
|
||||
force: force);
|
||||
}
|
||||
|
||||
/// Returns a [Branches] object.
|
||||
Branches get branches => Branches(this);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue