To download Visual Studio: \Tc4s0a\groups\AARA\AARAD\Software Library\Developer Tools\Microsoft
To make changes to the code, follow these steps:
Table of Contents |
---|
Clone the repository
Open Azure DevOps.
Select Repos and choose the repository using the dropdown menu in the top bar.
Click Clone.
Copy the link that is shown.
Open Visual Studio and select “Clone a repository”.
Paste the link copied in step 4, into the “Repository location” field.
Click Clone.
...
Make sure you are on the dev branch and then do a pull (to ensure you have the latest code).
Click on the branch dropdown then click
New Branch
.Name the branch as follows:
feature/PbiNumber-PbiTitle
. To be safe, ensure that the new branch is based off of origin/dev (i.e. the remote dev branch, to ensure you have all the latest changes that are in dev).The bottom-right corner should now show the name of your branch. If not, switch to your feature branch.
...