microsoft / microsoft/devcenter-catalog
Clone repo
Nobody has claimed this yet.
- Dominant language
- PowerShell
- Stars
- 52
- Forks
- 194
- Avg merge
- 16h 53m
- Merged PRs (30d)
- 1
Description
Is your feature request related to a problem? Please describe.
I would like to clone a repo I have access to
Describe the solution you'd like
parameters to support:
- src repo url
- clone to directory
- params to pass to git clone
Support for repo sources:
- github
- ADO
pre-requisites:
If git and GCM (>= GCM 2.1..2,) are not installed, install them first. We should check if PATH already contains git and GCM. If yes, but older versions: overwrite with supported git and gcm version.
setupTasks:
- task: clone-repository-on-login
inputs:
src: "repo-url"
cloneTo: "./path/"
additionalOptions: "--flag --key val"
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
No files or tests are named. Start by locating the setup-task handling for clone-repository-on-login, then trace how login tasks invoke external tools; completion should cover the listed source types, clone options, destination, and Git/GCM prerequisite checks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, powershell
- Domain
- devops, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100