clone with --force arg
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 2.1k
- Forks
- 450
- Avg merge
- 11m
- Merged PRs (30d)
- 1
Description
im trying to clone a repo by force into an existing one
let repo = Repository::clone(
package_template_repo_url,
clone_destination.clone(),
);
apparently there is no args method for builder pattern.
how can i specify arguments to clone method ?
such as:
force? does this exist ?--branch--depth
and many more
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
The entry point shown is Repository::clone; inspect its API and the surrounding clone or builder implementation first. Done means the requested clone options have a clear supported path, with the API behavior documented or covered by relevant tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, rust
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100