Showing category results for Git & Version Control

Sep 18, 2016
Post comments count0
Post likes count0

TFVC Support in Preview for Team Services Plugin for IntelliJ and Android Studio

leantk

We are proud to announce that Team Foundation Version Control (TFVC) support is being added to the Team Services plugin for IntelliJ and Android Studio. Currently, the 1.106.0 version of the plugin will contain preview functionality to support TFVC repositories in the IDEs. Android Studio developers stuck with no TFVC support to create mobile apps ...

DevOpsAzure DevOps ServerGit & Version Control
Sep 3, 2016
Post comments count0
Post likes count1

What’s new in Git for Windows 2.10?

Johannes Schindelin

It has been a busy time since my last post. There have been nine public releases of Git for Windows in the meantime. And a lot has happened. Most importantly, Git for Windows v2.10.0 has been released. Download it here. Or look at its homepage. Let me take this opportunity to mention a couple of highlights: The interactive rebase is now much fas...

DevOpsGit & Version Control
Aug 24, 2016
Post comments count0
Post likes count0

Becoming more productive with Git: Tower and Team Services

Ayushman Jain

Posted on behalf of guest blogger: Tobias Günther, CEO Fournova -- Working with Git in Visual Studio Team Services and Team Foundation Server just became even easier: the popular Git desktop client Tower now comes with dedicated integrations for these services. With that, cloning and creating repositories is now just a click away - and many other...

DevOpsCommunityAzure DevOps Server
Aug 19, 2016
Post comments count0
Post likes count0

Inside Visual Studio Team Services: Summer Interns and Package Management

Ayushman Jain

Each month, we bring you the insiders view into Visual Studio Team Services - how the product is developed, how we dogfood it and use it every day, who are the people behind it and tips and tricks on becoming a power user This month, we interview our Explorer Interns - Aurélie Pluche, Tracy Tran and Madison Willcox. They're interning with the Pack...

DevOpsCommunityGit & Version Control
Aug 18, 2016
Post comments count0
Post likes count0

Deploying an Azure Red Hat Linux VM Running Apache Tomcat for use with Visual Studio Team Services and Team Foundation Server

Paul T. Barham

Visual Studio Team Services and Team Foundation Server (TFS) now has at least three mechanisms (i.e. deployment and utility tasks) for deploying to a Linux host or virtual machine (VM).  This walkthrough will show specifically how to setup and configure an Red Hat (v. 7.2) VM on Azure to run Tomcat and other necessary services to support three diff...

DevOpsAzure & CloudAzure DevOps Server
Aug 18, 2016
Post comments count0
Post likes count0

Deploying an Azure Ubuntu Linux VM Running Apache Tomcat for use with Visual Studio Team Services and Team Foundation Server

David Staheli

Visual Studio Team Services and Team Foundation Server (TFS) now have at least three mechanisms (i.e. deployment and utility tasks) for deploying to a Linux host or virtual machine (VM).  This walkthrough will show specifically how to setup and configure an Ubuntu (v16) VM on Azure to run Tomcat and other necessary services to support three differe...

DevOpsAzure & CloudAzure DevOps Server
Jul 26, 2016
Post comments count0
Post likes count0

SSH support for Git repos is now available

Kayla Ngan (MSFT)

A few months ago, Jeremy mentioned that SSH support for Git repos was in private preview. I’m happy to announce that it is now available to everyone in both TFS and Team Services. You can now connect to any Team Services repo using an SSH key, which is particularly helpful if you develop on Linux or Mac. Learn more about SSH, or continue below for...

DevOpsGit & Version Control
Jul 15, 2016
Post comments count1
Post likes count1

7 Ways to Look at the Values of Variables While Debugging in Visual Studio

Aaron Hallberg

When you are running your code and something is behaving unexpectedly, how do you find out what is going wrong? When I was in school the first way I learned how to debug a wonky application was by sticking “print()” statements all over the place, running my code, and looking back through the log of output seeing if I noticed that something looked w...

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

Team Services Plugin for IntelliJ and Android Studio 1.0 Release

leantk

After several months in preview, we are excited to announce the release of the official 1.0 version of the Team Services plugin for IntelliJ and Android Studio. While in preview, many features have been continually added to the plugin to better suit your needs. Some of the various features that are available in the plugin are: ·         Checkout a...

DevOpsAzure DevOps ServerGit & Version Control
May 26, 2016
Post comments count0
Post likes count0

Versioning NuGet packages in a continuous delivery world: part 3

Matt Cooper

This is the third and final post in a series covering strategies for versioning a NuGet package. If you missed part 1 or part 2, you should read those first. Today’s post walks through a specific workflow that Git users could adopt, using a really powerful tool called GitVersion. GitVersion comes with some expectations about the layout of your bran...

DevOpsGit & Version ControlPackage Management