Posts by this author

Nov 28, 2023
15
6

Write Your Git Commits with GitHub Copilot

After spending hours on a bug fix or a feature update, often the last thing we developers want to do is carefully explain the contents of the Git commit. The latest Visual Studio preview is here to help. Use the new generated Git commit message feature to help you describe your set of changes. You can then refine the message with "why" the change w...

Nov 20, 2023
10
4

Create a Pull Request with Summary Difference View Available in GA

You can now create a pull request in the 17.8 release of Visual Studio. With over 280 votes and 60 comments in Developer Community, integrating create a pull request has been a highly suggested feature with community involvement to make it happen. We’ve improved on the pull request preview feature released in 17.7 preview 2. You can now leverage th...

Aug 17, 2023
8
6

Multi-Branch Graph Available for General Audiences

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
Jun 19, 2023
31
11

Announcing Create a Pull Request in Visual Studio

  We heard from you that you can do 90% of your development workflow in Visual Studio, but then need to rely on the web to create your pull requests. We're continually bringing productivity enhancements to Visual Studio and are excited to announce that as of 17.7 preview 2 release. You can now create a pull request without leaving the devel...

Apr 19, 2023
15
5

Git Tooling Preview Features to Enhance Productivity

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

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

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
Nov 14, 2022
19
12

Multi-repository Support Released!

As one of our most highly requested features with Developer Community, we are so happy to announce the release of multi-repository support in Visual Studio 2022. Support for multiple repositories means you can have up to 10 active Git repositories at once. This allows you to work with a solution that spans more than one repository, enabling git ope...

Oct 27, 2022
1
5

Learning Series: Get started with GitHub in Visual Studio

We’re introducing a new way to learn about Git, GitHub, and version control in Visual Studio – an email learning series with actionable challenges and a repository to practice your skills! We found from our Happiness Tracking Survey that 34% of our VS developers aren’t using any form of version control. While GitHub makes collaboration easy, even s...