Showing results for Git & Version Control - Azure DevOps Blog

Jan 20, 2016
Post comments count0
Post likes count0

Pull Request Improvements in Visual Studio Team Services

Matthew Mitrik (MS)
Matthew Mitrik (MS)

Code Review with pull request is a central part of every git developer's inner loop.  Over the past few months, we've added a number of improvements to the pull request web experience for Visual Studio Team Services (VSTS), all focused on improving productivity while using pull requests.  Let's take a look at what's new. Personalized Pull Request ...

DevOpsGit & Version Control
Jan 11, 2016
Post comments count0
Post likes count0

Java Experience Futures (January 2016)

Paul T. Barham
Paul T. Barham

Over the next several months, our Visual Studio Team Foundation (VSTS) Java teams are focusing on new essential developer workflows for our IntelliJ plugin and a simplification of our authentication checks and getting-started improvements for our Eclipse plugin, Team Explorer Everywhere (TEE).The list below is only an indication of direction with m...

DevOpsAzure DevOps ServerCI/CD
Jan 11, 2016
Post comments count0
Post likes count0

Git Experience Futures (January 2016)

Jeremy Epling
Jeremy Epling

Some exciting new features are coming to the Git experience over the next few months. In August, I wrote about upcoming features and most of them are available now, but a few have taken longer than we anticipated. This isn't a comprehensive list of the Git enhancements we're making, but it gives some specifics on the direction we're going. DONE: S...

DevOpsGit & Version Control
Jan 6, 2016
Post comments count0
Post likes count0

Visual Studio Team Services announces the newest release of our Eclipse Plugin: Team Explorer Everywhere (TEE) 14.0.2

Jason Sholl
Jason Sholl

We are pleased to announce the availability of Team Explorer Everywhere14.0.2, our Visual Studio Team Services and Team Foundation Server plug-in for Eclipse.   Download locations: Major new features in this release: Other notable improvements: Fixed a potential deadlock occurri...

DevOpsGit & Version ControlOpen Source
Dec 8, 2015
Post comments count0
Post likes count0

Announcing the Git Credential Manager for Windows 1.0

Jeremy Epling
Jeremy Epling

I’m pleased to announce version 1.0 of the Git Credential Manager for Windows (GCM) is available. Since we introduced the first beta in October 2015, we received great feedback from the community and incorporated it into this release. This project replaces the WinStore credential manager, which is no longer maintained. We've also created a Git Cred...

DevOpsGit & Version Control
Dec 3, 2015
Post comments count0
Post likes count0

TFVC and Git repositories in the same team project

Jeremy Epling
Jeremy Epling

Many teams are transitioning from TFVC to Git for version control and want to keep their work items, build definitions, and other data in their team project. Now with TFS Update 1 or Team Services, you can add Git repositories to your existing team project created with TFVC. In addition, you can add TFVC to an existing team project created with Git...

DevOpsGit & Version Control
Nov 30, 2015
Post comments count0
Post likes count0

Debug UWP Prelaunch with VS2015

Andrew B Hall - MSFT
Andrew B Hall - MSFT

On Windows 10, the startup performance of Universal Windows Platform (UWP) apps is improved by proactively launching and then suspending apps in a technique called Prelaunch. Many applications will not need to do anything special to work in this mode, but some applications may need to adjust their behavior, for example an application that shows ani...

DevOpsGit & Version Control
Nov 19, 2015
Post comments count0
Post likes count0

Breakpoint Generator Extension

Andrew B Hall - MSFT
Andrew B Hall - MSFT

Posting on behalf of Jakob Ehn and Utkarsh Shigihalli, Visual Studio ALM Rangers and MVPs As developers, we are often confronted with existing, potentially large codebases that we have never seen before but are asked to make changes in. It can be a class library received from a colleague or a complete application downloaded from GitHub to reuse o...

DevOpsCommunityGit & Version Control
Nov 18, 2015
Post comments count0
Post likes count0

Git Credential Manager for Mac and Linux

Oli Dagenais (MSFT)
Oli Dagenais (MSFT)

Are you tired of typing in a user name and password every time you fetch from or push to remote Git repositories? Me too! We have good news! Today we are announcing the open-source release of the Git Credential Manager (GCM) for Mac and Linux.  This follows the release of the GCM for Windows.  We ported this tool to Mac and Linux to simplify their ...

DevOpsGit & Version ControlOpen Source
Nov 18, 2015
Post comments count0
Post likes count0

Announcing Public Preview for Visual Studio Team Services Code Search

Biju Venugopal MS
Biju Venugopal MS

Today, we are excited to announce the public preview of Code Search in Visual Studio Team Services.  With this release you can search for code across TFVC and Git projects in your Visual Studio Team Services account. Not only can you perform full text matching, but for C#, C and C++, it understands the structure of your code and allows you to sear...

DevOpsCI/CDGit & Version Control