harness pull only support the git clone;
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 22
- Forks
- 10
- Avg merge
- 14h 28m
- Merged PRs (30d)
- 54
Description
Description:
harness pull repo <repo_id>, works for thegit clone, but later if some one wants to update the repo throughgit pull, it requires manual authentication step again, we should support id-lessharness pull repoor may be clone and pull separately so that we can support the git pull and also may be git push because otherwise it doesn't add any advantage for the user he has to again enter the pat-token for the git pull.
We can otherwise also support validating the git directly and then onwards user can use git, we can like setup things for the repo.
Contributor guide
No contributing guide indexed for this repository
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 tracing the harness pull repo <repo_id> command and its git clone and authentication flow. Define whether id-less pull, separate clone and pull commands, or persistent git authentication is the intended behavior, then verify that subsequent git pull and possibly git push do not require manual PAT entry again.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, go
- Domain
- cli, developer-experience
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100