osebiz.blogg.se

Using github with visual studio
Using github with visual studio





using github with visual studio

The installation is straightforward.Ĭonfigure Visual Studio for Git Source Control It can be downloaded from the appropriate website. On my dev machine I need to install “Git for Windows”. That’s it from the GitHub side, job done. It’s important to understand this difference for the walkthrough in this blog post.įirst of all I will create a new repository in GitHub. Your code can be shared with others and they can even contribute to your code. GitHub on the other hand is a web-based platform to manage Git repositories and branches. These concepts can be used create copies/snapshot of your code and allow you to go back in time to access older versions of your code. Git is a source control management system that works with repositories and branches.

using github with visual studio

So I will keep this part very short, but it’s important to understand the content of this blog post. In case you need more information, the internet is full of it. This article walks you through the process of enabling GitHub as a source control platform for you Visual Studio projects.īefore we get started: Git vs. Another tool IT Pros (like myself) use more and more is Visual Studio.

using github with visual studio

In my last post I explained how you can use GitHub as a platform for Azure Automation runbook versioning and source control.







Using github with visual studio