02-05-2021
Using Github With Visual Studio
Sign in to GitHub by using Visual Studio Code. Use Visual Studio Code to search GitHub for repos. Clone a repo from Visual Studio Code. Publish a local project to GitHub by using Visual Studio Code. View a timeline of activity on a GitHub repo. The Git integration in Visual Studio does not offer any terminal or ability to manually run Git commands. Using other means to obtain a terminal (ex: Package Manager Console as mentioned above) is a workaround for some Git commands.
- Using Github With Visual Studio Code
- Connect Visual Studio To Github
- Using Github And Visual Studio Code For Mainframe Development
Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial.
In this video, we install the GitHub extension in Visual Studio.
Resources
Using Github With Visual Studio Code
Hi there, I'm Carling, and I want to showyou how to use Github with Visual Studio. 0:04
Github is a source controlhosting provider that uses Git. 0:10
A lot of popular open source projectsuse GitHub for collaboration. 0:13
The open sourced asp.net and.netcore are hosted on Github, and 0:17
If you don't have a GitHub account,it's easy to create one and it's free for 0:23
We'll be installing andusing the GitHub extension 0:29
along with using the Git integrationtools that come with Visual Studio. 0:32
source control in general,make sure to check out our course on Git. 0:37
haven't used GitHub,then check out our course on GitHub. 0:42
Links to those coursesare in the teacher's notes. 0:45
After this workshop, you'll be comfortablewith using GitHub in Visual Studio to 0:49
track your changes, keep your codesafe and share it with others. 0:52
We'll be using the communityedition of Visual Studio 2015. 0:57
It's free to use, so if you don't haveit installed, pause the video and 1:00
check out the link in the Teachers Notesto get everything set up. 1:04
I wanna point out that Visual Studiohas Git integration already, but 1:11
the GitHub extension will let usdo more with GitHub repositories. 1:14
Let's click on Tools andthen Extensions and Updates. 1:18
Now there's actually a way toinclude the GitHub extension during 1:24
the initial install of Visual Studio,so you may already see it in this list. 1:27
In the sidebar expand the Online option,this extension is 1:31
pretty popular among developers, sohere it is near the top of the list. 1:35
If you don't see it, type in GitHubin the upper right search box, and 1:39
You can make sure you've got the rightone by checking that it's made by 1:46
Connect Visual Studio To Github
Click the Download button. 1:53
And then restart Visual Studio. 2:01
most source control functions are inthe team explorer panel here. 2:05
We now have GitHub inthe Hosted Service Providers section. 2:09
If you don't have an account,click on Sign Up, and 2:12
it will open a browser window tothe sign up page on github.com. 2:15
You should take a moment to sign upbefore moving on to the next video. 2:19
Using Github And Visual Studio Code For Mainframe Development
You need to sign up for Treehouse in order to download course files.