Note
This step creates a repository in your organization to contain infrastructure configuration codes and deployment pipeline definitions.
- Click
Import
button. - Input
https://github.com/Azure/Edge-infrastructure-quickstart-template-ado
toClone URL
. - Clone the repo on your machine
- Clone your existing repo locally and go to the local repo path.
- Run
git checkout -b init
- Run
git remote add azure https://github.com/Azure/Edge-infrastructure-quickstart-template-ado -t main
- Run
git fetch azure
- Run
git checkout azure/main .
- Run
git remote remove azure
- Run
git add .
- Run
git commit -m 'sync from https://github.com/Azure/Edge-infrastructure-quickstart-template-ado'
- Run
git push -u origin init
- Create pull request and merge
init
branch.