Showing results for Git - Visual Studio Blog

Nov 18, 2024
0

Git tooling updates in Visual Studio 17.12

Jessie Houghton
Jessie Houghton

We are thrilled to announce the latest updates to Git tooling in Visual Studio, designed to enhance your development experience and streamline your workflow. These new features are in direct response to user feedback, ensuring that you have the tools you need to be more productive and efficient. For the full list, check out the release notes. Pull...

GitGit IntegrationMulti-repo
Aug 19, 2024
3

New git tooling features

Jessie Houghton
Jessie Houghton

Visual Studio 2022 v17.11 includes fantastic updates to everyone working with Git. They bring the richness of both GitHub and Azure DevOps into Visual Studio and part of your natural workflow. This greatly simplifies your inner loop, making you even more productive than before. Download this update and see the release notes for all the details. ...

Visual Studio 2022Git
Aug 17, 2023
8
6

Multi-Branch Graph Available for General Audiences

Jessie Houghton
Jessie Houghton

The power of version control comes alive when you can visualize your Git operations with the new multi-branch graph, available in 17.7 GA. In response to your feedback, we’ve delivered an improved graph experience. Track all the branches, commits, and merges that arise in your git workflows by viewing multiple branches at the same time. Levera...

GitGit IntegrationMulti-branch Graph
Apr 19, 2023
15
5

Git Tooling Preview Features to Enhance Productivity

Jessie Houghton
Jessie Houghton

We’re excited to share productivity and quality of life improvements available to the Git experience in Visual Studio version 17.6 Preview 2. Download the latest Visual Studio Preview and watch our recent Visual Studio Toolbox Live session to check out the following new Git features. Improved Search for Related GitHub Issues and Azure De...

GitHubGitGit Integration
Feb 23, 2023
7
6

Reference GitHub Issues and Pull Requests in Visual Studio

Jessie Houghton
Jessie Houghton

We’re excited to announce the preview release of linking GitHub Issues. With Visual Studio 2022 17.6 Preview 1 you can now mention your issues in the commit message box in the Git Changes window. Speed up your workflow by linking your related work items directly in Visual Studio. You can use the related items to get more context from the...

GitHubGitGitHub Issues
Jan 23, 2023
10
8

Keyboard Shortcuts to Master Your Git Flow in Visual Studio

Jessie Houghton
Jessie Houghton

One popular way for users to optimize their efficiency is to leverage shortcuts to interact with the UI. With Git tasks, like Committing, Pulling, and Pushing being part of your daily workflow, learning how to avoid leaving the keyboard for the mouse can keep you in the zone. Checkout some other shortcuts on this printable keyboard shortcut chea...

GitDeveloper ProductivityGit Integration
Jul 11, 2022
6
1

VS2022 Performance Enhancements: Git Branch Switching

Taysser Gherfal
Taysser Gherfal

Have you experienced delays when switching between your Git branches in Visual Studio? Did you have to wait for your solution and projects to reload after switching between branches in a Git repository? We are happy to announce performance enhancements to the branch switching experience in Visual Studio 2022. To benefit from the latest branc...

PerformanceGit
Apr 13, 2022
4
4

Supercharge your Git experience in VS

Taysser Gherfal
Taysser Gherfal

Have you experienced delays when viewing your Git repository or branch history in Visual Studio? Have you run a network command like force-push and had to wait for the operation to complete? Your Git repository may be having performance issues due to its large size. We are happy to integrate a relatively new Git feature called the commit graph whic...

C#Visual Studio 2022C++
Feb 17, 2022
7
1

Line-staging (Interactive Staging)

Taysser Gherfal
Taysser Gherfal

Line-staging support, a.k.a. interactive staging is one of our most popular Git suggestion tickets. Visual Studio already supports staging files and now we are taking that to the next level by making it possible to stage chunks of changes in your files right from the editor. Line-staging can be helpful when you need to split changes across differen...

.NETC++GitHub
Jan 6, 2022
13
0

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