Guide on how to connect SQL Source Control to Azure DevOps
SSCook
Posts: 1 New member
Can someone direct me to any documentation on linking up source control with devops and git
Tagged:
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.