Why would you point to documentation for non-git systems for someone asking how to set up git with Azure DevOps? 🙄
They're asking how you can set up an Azure DevOps repo as a remote. We can do this on the command line, but there doesn't appear to be an option to do so in SQL Source Control.
@SSCook if you still need help with this, try running `git add remote origin <your repo url>` and see if that helps with anything in the GUI. I don't have time to test this out, but maybe it can get you started.
Answers
Thank you for your post. You can find the documentation here:
https://documentation.red-gate.com/soc/linking-to-source-control/other-source-control-systems
They're asking how you can set up an Azure DevOps repo as a remote. We can do this on the command line, but there doesn't appear to be an option to do so in SQL Source Control.
@SSCook if you still need help with this, try running `git add remote origin <your repo url>` and see if that helps with anything in the GUI. I don't have time to test this out, but maybe it can get you started.