Demystify history with GitHub Copilot commit explanations
Have you ever struggled to understand what a commit was doing or why it was made? Do you wish you had more clarity and context when reviewing or collaborating on code changes? If you answered yes, then...
View ArticleNew git tooling features
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...
View ArticleLevel up your collaborations with the pull request experience in Visual Studio
One of our main goals is to help you and your team collaborate more effectively and efficiently on your software projects. That’s why we are constantly improving our Version Control features,...
View ArticleGit tooling updates in Visual Studio 17.12
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...
View ArticleBoost your Git confidence with the new file rename notification
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...
View ArticleCreate internal GitHub repos for your team
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...
View ArticleCustomize your AI-generated git commit messages
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 commit messages can lead to...
View ArticleLeverage vision in Copilot Chat
Now, in the preview channel, you can attach images in GitHub Copilot chat to help you illustrate your ideas effectively and get the best responses. Imagine working on a UI development task where...
View ArticleCatch issues before you commit to Git
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...
View ArticleEnhance Pull Request Reviews with In-Depth Feedback
Visual Studio 2022 has taken the pull request experience to the next level by making reviews interactive. We previously enabled viewing your pull request comments inline in your working files. Now, the...
View Article