Showing category results for Git & Version Control

Mar 6, 2017
Post comments count2
Post likes count0

New Git Features in Visual Studio 2017

Kayla Ngan (MSFT)

We've added new Git features to Visual Studio 2017 that allow you to do more of your end-to-end workflow without leaving the IDE. You can perform a force push to complete a rebase or push an amended commit, easily view the diff for outgoing commits, unset your upstream branch, and continue patch rebase from VS. Additionally, because we moved to git...

DevOpsGit & Version Control
Feb 3, 2017
Post comments count29
Post likes count4

Announcing GVFS (Git Virtual File System)

Saeed Noursalehi

Here at Microsoft we have teams of all shapes and sizes, and many of them are already using Git or are moving that way. For the most part, the Git client and Team Services Git repos work great for them. However, we also have a handful of teams with repos of unusual size! For example, the Windows codebase has over 3.5 million files and is over 270 G...

DevOpsGit & Version ControlAgile
Jan 27, 2017
Post comments count0
Post likes count0

Splitting up Git administer permissions

Matt Cooper

Like everything in VSTS and TFS, Git repos are protected by a set of permissions. For instance, you must have Read for a repo to clone or view its contents. Likewise, you must have Contribute to push changes. Until recently, you needed one permission to create, delete, or rename a repo, edit branch policies, or change other people's permissions: Ad...

DevOpsGit & Version ControlAdmin & Licensing
Jan 26, 2017
Post comments count0
Post likes count0

Debugging .NET Core on Unix over SSH

aman_satveerraj

With the release of Visual Studio 2017 RC3 it is now possible to attach to .NET Core processes running on Linux over SSH. This blog post will explain how to set this up. Machine Setup On the Visual Studio computer, you need to install either the 'ASP.NET and web development' or the ".NET Core cross-platform development" workload in the 1/26/17 up...

DevOpsGit & Version ControlOpen Source
Dec 12, 2016
Post comments count0
Post likes count0

How to recreate the TFVC team project folder

Matt Cooper

We've had a handful of support calls lately from customers who deleted their team project folder in TFVC. tf.exe makes it easy to do, but not easy to undo. Fortunately, the fix is straightforward, and Will Lennon has written it up in a blog post. With Will's permission, I'm reblogging the contents below. TF.exe makes it easy to destroy a TFVC te...

DevOpsGit & Version Control
Dec 1, 2016
Post comments count0
Post likes count0

What’s new in Git for Windows 2.11?

Johannes Schindelin

Git for Windows v2.11.0 is out! Download it here (homepage is here). The new version corresponds to Git v2.11.0 (release notes are here, and our friends over at GitHub blogged about it, too). Apart from the improvements inherited from the "upstream Git" project, Git for Windows also updated some libraries to address security concerns, and dropped ...

DevOpsGit & Version Control
Nov 16, 2016
Post comments count0
Post likes count0

Announcing Code Search on Team Foundation Server 2017

Jimson Chalissery [MSFT]

Code Search is the most downloaded Team Services extension in the Marketplace! And it is now available on Team Foundation Server 2017! Code Search provides fast, flexible, and accurate search across your code in TFS. As your code base expands and is divided across multiple projects and repositories, finding what you need becomes increasingly diffi...

DevOpsAzure DevOps ServerCI/CD
Nov 2, 2016
Post comments count0
Post likes count0

Git perf and scale

Matt Cooper

New features and UI changes naturally get a lot of attention. Today, I want to spotlight the less visible work that we do on Team Services: ensuring our performance and scale meet our customers' needs now and in the future. We are constantly working behind the scenes profiling, benchmarking, measuring, and iterating to make every action faster. In ...

DevOpsGit & Version Control
Oct 17, 2016
Post comments count0
Post likes count0

Code Search is now Java friendly

Shruti Poddar [MSFT]

In addition to C#, C, C++, and Visual Basic code, you can now do semantic searches across Java code. Adding to our Java feature set and capabilities, we recently enabled contextual search for Java files in the Code Search extension for Visual Studio Team Services and Team Foundation Server starting with TFS “15”. You can apply code type filters to ...

DevOpsAzure DevOps ServerGit & Version Control
Oct 10, 2016
Post comments count0
Post likes count0

Announcing General Availability for Code Search

Jimson Chalissery [MSFT]

Today, we are excited to announce the general availability of Code Search in Visual Studio Team Services. Code Search is available for Team Foundation Server “15” as well. What’s more? Code Search can be added to any Team Services account for free. By installing this extension through the Visual Studio Marketplace, any user with access to source ...

DevOpsCommunityAzure DevOps Server