How do I checkout a file to make changes in Visual Studio using Git With Azure DevOps?

Tezino, Angelique 21 Reputation points
2021-10-22T13:52:11.303+00:00

Hello,

I'm new to Azure DevOps and we are using Git for version control. I was able to create a report server project and upload my code to the Azure DevOps Repos using Visual Studio, and now I want to check out one of the files in my report server project, make a change to the file, and check it back in. Is there any documentation anywhere that will tell me how to do this? Thanks in advance.

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,813 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Joyzhao-MSFT 15,566 Reputation points
    2021-10-25T01:53:58.797+00:00

    Hi @Tezino, Angelique ,
    Azure DevOps is beyond the scope of my abilities. I searched for related documents and hope to help you: Create pull requests.
    Best Regards,
    Joy

    0 comments No comments

  2. Olaf Helper 41,001 Reputation points
    2021-10-25T08:37:52.33+00:00

    What for a magic do you expect?
    Right-mouse click on the file => check-out/commit.

    0 comments No comments