Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 10

VSTS IIB Guide

Web

1- Go to https://toyotacanada.visualstudio.com/ALM to access ALM Project


2- Go to the project repositories by clicking on Code -> Files
3- Access the desired repository i.e. IIB_DealerMasterIntegration by expanding the repository list
on the top left
IIB

1- Open IIB as Admin


2- Install EGIT Explorer Eclipse plugin by opening install new software from help menu and
entering the following URL.. Version 4 is the one worked for me
http://download.eclipse.org/egit/updates-4.0/
3- then select all and press next to install. Make sure Contact all updates.. option is checked.

4- If it tells that there is a dependency issue please uncheck Git Team Provider Auto Import and
Java implementation – optional HTTP support.
5- Install Microsoft Team Foundations plugin from the IIB Toolkit Marketplace

6- Open its Perspective


7- Click Connect to Team Services and put the Toyota VSTS URL as seen below

https://toyotacanada.visualstudio.com/
8- You will be asked for Token Authentication, follow the provided steps to complete the
authentication using your TCI Email Login in web browser.

9- Choose ALM and click Finish


10- Click on GIT repositories then right click on IIB_DealerMasterIntegration to import
Commit Code
1- When files get changed, you will see that “greater than” character before the file name

2- Add GIT Staging view from Window menu -> show view -> other -> Git Staging
3- Click on the application name (repository) that you want to commit its code to see its changes in
the Git Staging view.

4- Select all the changes that you want to commit, right click and select add to index.
5- Write a commit message then Commit and Push.

You might also like