libgit2sharp
libgit2sharp copied to clipboard
Pull does not exist
Reproduction steps
Try to pull a repo via Repo.Network.Pull (Pull method doesn't exist) or via the example in the wiki: https://github.com/libgit2/libgit2sharp/wiki/git-pull
// Pull
Commands.Pull(repo, signature, options);
There is no Commands object when installing libgit2sharp via Nuget. I tried looking for a libgit2sharp.core or libgit2sharp.network but neither of these packages exist.
Someone claimed that the "rebase" command succeeded the "pull" command, but the wiki doesn't have an example for that.
Expected behavior
Be able to pull a repo just like I do via git - git pull
Actual behavior
Nothing happens
Version of LibGit2Sharp (release number or SHA1)
0.27.0-preview-0102
Operating system(s) tested; .NET runtime tested
Windows 10