mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 12:49: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
|
@ -919,4 +919,7 @@ class Repository {
|
|||
List<Stash> get stashList {
|
||||
return stash_bindings.list(_repoPointer);
|
||||
}
|
||||
|
||||
/// Returns [Remotes] object.
|
||||
Remotes get remotes => Remotes(this);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue