libgit2 / libgit2/libgit2sharp
Pull does not exist
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 3.5k
- Forks
- 925
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by checking the available Repo.Network and Commands APIs in the 0.27.0-preview-0102 package and compare them with the linked wiki example. Confirm the supported pull entry point and update the example or API behavior so a repository can perform the expected pull workflow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, git
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100