Showing results for GitHub - Visual Studio Blog

Jan 6, 2022
Post comments count13
Post likes count0

Introducing new Git features to Visual Studio 2022

Taysser Gherfal
Taysser Gherfal

We continue to enhance the Git experience in Visual Studio, and we are excited to announce some long-awaited updates in version 17.1 Preview 2. Download the latest Visual Studio Preview and check out the following new Git features.   Compare branches Comparing branches provides an overview of differences between two branches which...

.NETVisual Studio 2022C++
Apr 15, 2021
Post comments count21
Post likes count1

Enhanced Productivity with Git in Visual Studio

Pratik Nadagouda
Pratik Nadagouda

We’ve continued to enhance the Git tooling in Visual Studio and are excited to announce some long-awaited updates. We've built functionality that addresses gaps around discoverability, switching repositories, navigation, and more!

Visual StudioGitGitHub
Nov 19, 2020
Post comments count15
Post likes count0

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 StudioGitGitHub
Nov 12, 2020
Post comments count196
Post likes count0

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...

GitGitHubGit Integration
Nov 9, 2020
Post comments count0
Post likes count0

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
Post comments count18
Post likes count0

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
Post comments count84
Post likes count0

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 StudioGitGitHub
Aug 22, 2019
Post comments count0
Post likes count0

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.

GitGitHub