News

Visual Studio Online Update Adds Pull Requests

The feature, which is for code stored in Git, will eventually be added to local copies of Visual Studio.

The latest release of Visual Studio Online is out, and the big new feature is pull requests for Git code repositories.

Microsoft Technical Fellow Brian Harry announced the news on his blog. Pull requests act like Team Foundation Version Control, allowing a developer to make changes in a private branch of code and have those changes merged into another branch. "That workflow enables a code review experience with back and forth discussions of the changes, refinements if the changes need updates, etc.," Harry wrote.

The feature is "so fundamental" to Git, Harry said, that it's being made available to anyone with a Visual Studio Online license, including the free Basic version. He added that the functionality will be added to the on-premises version of Team Foundation Server (TFS) in the future.

Developers will find the new feature under the Code tab for any project utilizing Git. It's called "Pull Requests", and is activated by selecting "New Pull Request."

Visual Studio Online reached general availability last April. It's Microsoft's cloud-enabled version of TFS. The free, Basic version allows up to five developers to collaborate.

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