libgit2 / libgit2/libgit2sharp
git pull remoteName master --allow-unrelated-histories
Open
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 3.5k
- Forks
- 925
- PR merge metrics
- No merged PRs in 30d
Description
Is it possible to achieve the above command?
It seems there is no where in Commands.Pull() to include this sort of option.
Any ideas?
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 locating Commands.Pull() and reviewing how its existing options are exposed. Compare that API with the requested git pull remoteName master --allow-unrelated-histories behavior; done means determining whether the option can be supported and covering the resulting behavior with tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, git
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100