using git in visual studio 2015

15
Using Git in Visual Studio 2015 By ENG SOON CHEAH Microsoft MVP

Upload: cheah-eng-soon

Post on 21-Feb-2017

650 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Using git in visual studio 2015

Using Git in Visual Studio 2015

ByENG SOON CHEAH

Microsoft MVP

Page 2: Using git in visual studio 2015

Pre-Requirements

• Visual Studio 2015• GitHub Extension for Visual Studio• GitHub account

Page 3: Using git in visual studio 2015

3 Steps• Create• Clone• Publish

Page 4: Using git in visual studio 2015

1. Create

Create New repository

1

Page 5: Using git in visual studio 2015

Name your Repository Name

2

Page 6: Using git in visual studio 2015

Copy this Git repository

3

Page 7: Using git in visual studio 2015

2. Clone

1. Create a New Project2. Remember to check “ / “ Add to source

control

Page 8: Using git in visual studio 2015

Select the Git

Page 9: Using git in visual studio 2015

Go to Team Explorer Select connect and Login with your GitHub Account

Page 10: Using git in visual studio 2015

Select Clone with the Git clone URL,And select the Git Repository that you

need

Page 11: Using git in visual studio 2015

3. Publish

Select Changes in the Team Explorer

Page 12: Using git in visual studio 2015

Enter the Message and select Commit

Page 13: Using git in visual studio 2015

Copy the Git URL, and Click Publish

Page 14: Using git in visual studio 2015

Result