mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 12:49:08 -04:00
refactor(checkout)!: move checkout related methods into Checkout class (#42)
This commit is contained in:
parent
570c696269
commit
9918ab0905
10 changed files with 238 additions and 135 deletions
|
@ -83,8 +83,6 @@ void index({
|
|||
|
||||
/// Updates files in the index and working tree to match the content of the tree
|
||||
/// pointed at by the treeish.
|
||||
///
|
||||
/// Throws a [LibGit2Error] if error occured.
|
||||
void tree({
|
||||
required Pointer<git_repository> repoPointer,
|
||||
required Pointer<git_object> treeishPointer,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue