GIT IIB Guide

You might also like

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

Committing new project into new repository:

Create new repository in the version control URL browser

Press “Create new git repository and add to this view”

Add full directory like “C:\Users\IBM_ADMIN\git\IIB_VEH065_SendSuffixToTMC”


Go to git repository

C:\Users\IBM_ADMIN\git
Open the new repository folder and paste your project in it

PS: for me only, remove the project from VSTS directory

Right click the repository and click “Commit”

Leave a commit msg and press “Commit and Push”


Paste the repository URL created in first step in the URI field
Press “next” many times, then “finish”
Cloning project from repository
Press “Clone git repository” button

Enter the repository URL like this and press next

https://toyotacanada.visualstudio.com/ALM/_git/IIB_CDB034_SendCampaignsList

Next
Press finish
For importing the project in your workspace, right click the newly created repository and press “Import
projects”
Press next
Finish

You might also like