'Way to automatically check in code to Azure Repo as part of script

I have a Python Script that alters and saves text files locally to my laptop, but I want a way to automate sending the files to an Azure Repository as part of the Script. I save the files locally because I figured I could use another script to send the code to the repo, which is still an option, but ideally if it could be part of the originally script that would work better. Could someone point me in the right direction to go about doing this?



Solution 1:[1]

  • As Suggested by Random Davis. yes Azure Repo is a Git repository.
  • While in Visual Studio, open a command prompt in your repo from Team Explorer's Connect view. Right-click your local repo and select Open Command Prompt

enter image description here

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 SaiSakethGuduru-MT