azure-search-openai-demo icon indicating copy to clipboard operation
azure-search-openai-demo copied to clipboard

sync/update local repository with current remote version using azd

Open mmarahrens opened this issue 1 year ago • 1 comments

Please provide us with the following information:

This issue is for a: (mark with an x)

- [ ] bug report -> please search issues before submitting
- [x] feature request
- [x] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

%

Any log messages given by the failure

%

Expected/desired behavior

%

OS and Version?

Windows 7, 8 or 10. Linux (which distribution). macOS (Yosemite? El Capitan? Sierra?)

Distributor ID: Ubuntu
Description:    Ubuntu 22.04.3 LTS
Release:        22.04
Codename:       jammy

azd version?

run azd version and copy paste here.

azd version 1.5.1 (commit 3856d1e98281683b8d112e222c0a7c7b3e148e96)

Versions

Mention any other details that might be useful

What is the recommended way to synchronize/update a local repository initialized with azd init -t azure-search-openai-demo with the current version of this template?


Thanks! We'll be in touch soon.

mmarahrens avatar Feb 06 '24 09:02 mmarahrens

Have you tried doing "git pull"? That would work if your local copy was a clone of the original, and it would make you merge any changes. If your local copy is not a Git repository, then you could download a zip of the latest and copy the files over. I recommend using a git repository though, so that you can figure out what changed and decide whether you need to keep any of your changes.

pamelafox avatar Feb 06 '24 14:02 pamelafox