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

  • Full Stack Hands-On Development with .NET

    In the fast-paced realm of modern software development, proficiency across a full stack of technologies is not just beneficial, it's essential. Microsoft has an entire stack of open source development components in its .NET platform (formerly known as .NET Core) that can be used to build an end-to-end set of applications.

  • .NET-Centric Uno Platform Debuts 'Single Project' for 9 Targets

    "We've reduced the complexity of project files and eliminated the need for explicit NuGet package references, separate project libraries, or 'shared' projects."

  • Creating Reactive Applications in .NET

    In modern applications, data is being retrieved in asynchronous, real-time streams, as traditional pull requests where the clients asks for data from the server are becoming a thing of the past.

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

Subscribe on YouTube