Showing results for GitHub - Visual Studio Blog

Nov 19, 2020
15
0

GitHub accounts are now integrated into Visual Studio 2019

Ruben Rios
Ruben Rios

We are happy to announce that Visual Studio 2019 now offers a fully integrated GitHub account experience. Starting with version 16.8, you’ll be able to add both GitHub and GitHub Enterprise Server accounts directly from Visual Studio. The new functionality allows you to add and leverage them just as you do with Microsoft accounts, which means that ...

Visual StudioGitHubGit
Nov 12, 2020
196
0

Announcing the Release of the Git Experience in Visual Studio

Pratik Nadagouda
Pratik Nadagouda

We’re excited to announce that our new Git tooling is now the default source control experience in Visual Studio 2019, beginning with version 16.8. We've been working on this experience over the last year, iterating based on your feedback to build out key features, enhance performance, and fine tune quality. Above all, we’ve focused on improving di...

GitHubGitGit Integration
Nov 9, 2020
0
0

A more secure GitHub Experience

Ruben Rios
Ruben Rios

As the next step in the journey towards a more secure GitHub experience, beginning November 13th, GitHub and Visual Studio will no longer accept account passwords when authenticating with the REST API and will instead require using token-based authentication (e.g., personal access or OAuth), for all authenticated operations for GitHub.com. As a ...

GitHubGit Integration
Aug 25, 2020
18
0

Visual Studio 2019 v16.8 Preview 2 Releases New Features Today!

Jacqueline Widdis
Jacqueline Widdis

New features in Git Integration, .NET Productivity, Web Tools, and Xamarin are releasing in Visual Studio 2019 v16.8 Preview 2. Each of our teams continue to work hard to delight our developers. For this reason, Preview releases are some of the most exciting for us as we wait to hear how our newest features impact your work.

.NETAnnouncementXAML
Mar 30, 2020
84
0

Improved Git Experience in Visual Studio 2019

Pratik Nadagouda
Pratik Nadagouda

We just released the first iteration of a revamped Git experience in Visual Studio 2019 to enhance your productivity when working with code on GitHub, Azure Repos, and other hosting services.

Visual StudioGitHubGit
Aug 22, 2019
0
0

Getting Started with GitHub Actions in Visual Studio

Taysser Gherfal
Taysser Gherfal

This month, GitHub announced CI/CD support for the GitHub Actions API. GitHub Actions now makes it easier to automate how you build, test, and deploy projects on any platform, including Linux, macOS, and Windows. This blog is an introduction to how you can quickly start utilizing GitHub Actions in Visual Studio.

GitHubGit