Showing tag results for Git

Aug 11, 2026
Post comments count2
Post likes count11

Today I will… manage Git Submodules without leaving the IDE

Harshada Hole

If you've worked with Git submodules for any length of time, you probably have a love-hate relationship with them. They're genuinely useful for pulling a shared library, an SDK, or common build scripts into your project. But actually working with them usually means tabbing over to a terminal and trying to remember whether it's this time all while a...

GitVisual Studio 2026Submodules
Jun 2, 2026
Post comments count0
Post likes count6

What’s Coming Next in Visual Studio: Our Microsoft Build 2026 Announcements

Mads Kristensen

Microsoft Build kicks off today in San Francisco, June 2 and 3. If you cannot make it in person, the sessions are streaming online for free, and I want to walk you through what we are announcing for Visual Studio this week. One idea tie most of it together. Code is an asset, not just an artifact. The tools around it should help you keep it healt...

AnnouncementGitHub CopilotGit
Dec 10, 2025
Post comments count37
Post likes count4

Streamlining your Git workflow with Visual Studio 2026

Mads Kristensen

You’re a .NET developer with a busy morning, and an Azure DevOps ticket drops: “Login endpoint 500s under load.” You’ve got to fix it, review a teammate’s feature branch, and keep your repo clean - all before lunch. Visual Studio’s Git tools turn this everyday Git workflow of creating topic branches, stashing changes, committing, and handling PRs i...

GitVisual Studio 2026Source Control
May 13, 2025
Post comments count0
Post likes count18

🎉 Visual Studio 2022 v17.14 is now generally available!

Mads Kristensen

We’re thrilled to announce the general availability of Visual Studio 2022 version 17.14! This release continues our mission to empower developers with faster, smarter, and more productive tools across all workloads. There is so much for developers to love in this release, so be sure to check out the release notes for the full list. This is o...

Debugging and DiagnosticsGitHub CopilotGit
Mar 31, 2025
Post comments count0
Post likes count11

View and manage git tags

Sebastian Hernandez

Are you tired of switching between your IDE and command-line tools to manage Git tags? We’ve got the perfect solution for you! With the latest update, Visual Studio empowers you to seamlessly view and manage Git tags directly within the Git Repository window. This streamlined workflow ensures you remain within the familiar environment of the IDE...

GitGit File History
Feb 27, 2025
Post comments count0
Post likes count10

Catch issues before you commit to Git

Jessie Houghton

Discovering issues with code changes after committing changes can be frustrating. Fortunately, Visual Studio offers a new feature that helps you catch potential problems early, improving your code quality.   Visual Studio now includes a feature powered by GitHub Copilot that lets you review your local code changes before committing t...

GitHub CopilotCopilotGit
Feb 11, 2025
Post comments count0
Post likes count10

Visual Studio 2022 v17.13 is Now Available!

Mads Kristensen

We are excited to announce the availability of Visual Studio 2022 v17.13. This update focuses on stability and security, along with continuous improvements for all developers using Visual Studio. Based on your feature requests, several new tools and enhancements have been added to this release. This update includes improvements for developer...

Debugging and DiagnosticsAzureGitHub Copilot
Feb 3, 2025
Post comments count0
Post likes count7

Customize your AI-generated git commit messages

Jessie Houghton

When it comes to collaborative software development, clear and effective communication is key. One area that often gets overlooked is the Git commit message. Poorly crafted suggestions and feedback for the AI-generated commit messages, and now you can add custom prompt instructions! This new capability enables you to tailor commit messages t...

GitHub CopilotCopilotGit
Dec 16, 2024
Post comments count0
Post likes count1

Create internal GitHub repos for your team

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

GitGitHub