Showing results for Git - Visual Studio Blog

Dec 16, 2024
1

Create internal GitHub repos for your team

Jessie Houghton
Jessie Houghton

Visual Studio 2022 now includes support for creating internal repositories for GitHub organizations. This feature allows developers to work within their GitHub organization's guidelines within the Visual Studio environment more effectively. Managing repositories involves configuring varying levels of visibility and permissions. Visual Studio...

GitHubGit
Dec 12, 2024
2

Boost your Git confidence with the new file rename notification

Jessie Houghton
Jessie Houghton

Have you ever renamed a file in Solution Explorer and wondered if Git is tracking your changes correctly? You're not alone. Many developers have found this process confusing and worry whether their changes are being properly staged in Git. But worry no more - there's a solution! When you rename files in Solution Explorer, Visual Studio 2022 ...

GitHubGit
Dec 3, 2024
1

Introducing the Copy Git Permalink Feature in Visual Studio 17.12

Jullyana Ramos
Jullyana Ramos

We are excited to announce the release of the Copy Git Permalink feature in Visual Studio 17.12. This new functionality streamlines the process of sharing code references, enhancing collaboration and ensuring that critical context is preserved. Effortless Code Sharing If you’ve found yourself needing to share code snippets with colleagues, you ...

Git
Nov 18, 2024
2

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