News

Microsoft Updates Visual Studio Tools for Git

A more recent version of the tools will be included in the VS 2013 RTM.

Microsoft today released a small update to its Visual Studio 2012 Tools for Git. Microsoft Technical Fellow Brian Harry blogged today about the update, which carries the version number 0.9.5.0.

To use Visual Studio Tools for Git, Visual Studio 2012, update 3 is required. The tools download page discusses some of the enhancements, including integration with Visual Studio projects to track changes to an active solution, file status updates in Solution Explorer, and context menus for source control commands like Commit, Compare and Undo.

Team Explorer integration has also been improved, with a Connect page that allows developers to see local Git repositories in addition to those hosted by Team Foundation Services, which is Visual Studio's primary collaboration tool.

Other features mentioned include:

  • Compare files using the integrated diff tool
  • Resolve merge conflicts using the integrated 3-way merge tool
  • View file and branch history (log)
  • View details for commits

In the comments following Harry's blog posting, one developer ("Jim") asked if there will be a 1.0 release for VS 2012, as he was nervous that the newer tools may only be available for the next version -- Visual Studio 2013 -- going forward. Harry said that Microsoft "We'll do a 1.0 release sometime around the time that VS 2013 releases and they will be supported with VS 2012 and later versions of VS."

Microsoft is pushing out the Visual Studio Tools for Git updates on a very frequent basis. Since March, when 0.8.0.0 came out, there have been three more iterations.

About the Author

Keith Ward is the editor in chief of Virtualization & Cloud Review. Follow him on Twitter @VirtReviewKeith.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube