Skip to content

Commit

Permalink
docs: update upstream definition commands in README file
Browse files Browse the repository at this point in the history
  • Loading branch information
csm-thu committed Mar 13, 2023
1 parent 6fd80b1 commit 9ac46f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ You can now use the commands below to clone and configure your github project:
# Replace by the URL of your own repository (e.g. my-org/my-project.git)
git clone git@github.com:<YOUR_GITHUB_REPOSITORY_URL>
cd <YOUR REPOSITORY_NAME>
git remote add upstream git@github.com:Cosmo-Tech/azure-sample-webapp.git
git remote add upstream https://github.com/Cosmo-Tech/azure-sample-webapp.git
git remote set-url upstream --push "NO"
git fetch upstream
git fetch upstream --tags
```

## Create an App registration, Azure Static Webapp resource & configure it for deployment
Expand Down

0 comments on commit 9ac46f1

Please sign in to comment.