...
Download Visual Studio 2022 from the following network directory: \ncrdb102\Transfers\Software\Visual Studio\Visual Studio 2022
Make When installing make sure to select the following workloads when prompted
Once VS is installed open and choose “Clone Clone a repository” repository
In the “Clone Clone a repository” repository screen, choose a local path for the repo, and for the “repository location” Repository location field enter
https://transport-canada@dev.azure.com/transport-canada/DSD-RAIL-ROFS/_git/DSD-RAIL-ROFS
, then click clone.
...
From Azure DevOps navigate to the Branches section under Repos, and click New branch
Create branch from development with the format YourFirstName-BreifSummaryOrTicketNumber
Go to Visual Studio, under the Git Changes view look for your new branch under the Remotes section, and switch to it. Note: You will have to perform a git fetch in order to see your branch initially.
Once you are done making your changes, go to the Git Changes view, enter a message, and click Commit All. Once committed locally click the upward arrow icon to push to DevOps
In DevOps, go the pull requests menu and create a new pull request for your changes into the development branch . Make sure to link your work items and add other developers as code reviewers.
Your code will now be reviewed by other developers, once the process in done and all checks have completed, click Complete.