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

Using git in visual studio 2015

Feb 21, 2017

Download

Technology

Cheah Eng Soon
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
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