Showing category results for Git & Version Control

Nov 21, 2017
Post comments count0
Post likes count0

Supporting Inner Source with Forks

Edward Thomson

We're very excited to announce that we've added the ability to fork Git repositories hosted in Visual Studio Team Services. If you work on open source projects, then you're probably already familiar with repository forks. A fork takes a Git repository and creates a duplicate copy of it - on Visual Studio Team Services - and lets you work in that ...

DevOpsGit & Version Control
Nov 15, 2017
Post comments count0
Post likes count0

GVFS Updates: More Performance, More Availability

Edward Thomson

It's been a few months since we last talked about GVFS, the technology that allows Git to support Enterprise-scale Git repositories. And it's been a busy few months.  Not only have we been working on a ton of performance improvements, we've also been getting it ready for a wider audience so that we can bring modern version control and DevOps practi...

DevOpsGit & Version Control
Oct 23, 2017
Post comments count0
Post likes count0

VSTS SSH on Azure’s Global Network

Kayla Ngan (MSFT)

Over the past few months, we've been moving SSH for Visual Studio Team Services (VSTS) onto Azure's global network. As part of the move, we’re asking our SSH users to update their remotes to new SSH URLs. We have rolled out the new URLs to all accounts, and will be maintaining support for the old URLs though December 1, 2017. We recognize that this...

DevOpsAzure & CloudGit & Version Control
Oct 16, 2017
Post comments count0
Post likes count0

Wiki* to turn Wiki & many exciting features

Sandeep Chadda (MSFT)

It has been 3 months since Wiki went live and thanks to your feedback, we believe this is the right time to remove preview tag from Wiki. Wiki* will be Wiki in the coming days. I would like to give a shout out to everyone in the developer community , VSTS user voice, and those who reached out to us with their feedback to make VSTS better. What d...

DevOpsGit & Version ControlWiki
Sep 5, 2017
Post comments count2
Post likes count0

Wiki supports HTML tags, anchor links, and much more

Sandeep Chadda (MSFT)

It has been exactly 2 months since Wiki went live on VSTS. Wiki is also available in TFS 2018 RC1 now. We have received tons of great feedback and we also learnt a lot from usage patterns. I wanted to talk about some of our learnings and the improvements in Wiki. If you are just starting with Wiki, then you can read my first blog on Wiki announc...

DevOpsGit & Version ControlWiki
Sep 1, 2017
Post comments count0
Post likes count0

Git forks now in public preview

Matt Cooper

Forks - the ability to create a server-side copy of a Git repository - is rolling out across Visual Studio Team Services (VSTS) and available in TFS 2018 RC1 as a public preview. In VSTS, you won't have to do anything to turn it on, it'll be available by default. If it's not on for you yet, it will be after the current deployment finishes. [edited ...

DevOpsGit & Version Control
Aug 15, 2017
Post comments count0
Post likes count0

Git vulnerability with submodules

Edward Thomson

The Git community has disclosed a serious security vulnerability in Git that can lead to arbitrary code execution. This has been assigned CVE 2017-1000117. The Visual Studio Team Services (VSTS) team takes security issues very seriously.  We encourage all users to update their Git clients as soon as possible to address this issue. ...

DevOpsGit & Version Control
Jul 6, 2017
Post comments count0
Post likes count0

Announcing public preview of Wiki in Visual Studio Team Services

Sandeep Chadda (MSFT)

Last updated 1/4/2017: Wiki was released to all in October. Read more. Each project in Visual Studio Team Services (VSTS) now supports its own Wiki. Now you can conveniently write pages that help your team members and other users understand, use, and contribute to your project. Create my first wiki page When you create your first Wiki, we will...

DevOpsGit & Version ControlWiki
Jun 14, 2017
Post comments count0
Post likes count0

View tags for git repositories

Sandeep Chadda (MSFT)

Git repositories now show tags that allow you to mark important points in your repo's history. Now you can easily bookmark a specific commit in your git repository to compare to other commits in the future. In this post, I will talk about how you can easily manage following git tag related tasks in VSTS : Create a tag If yo...

DevOpsGit & Version Control
May 30, 2017
Post comments count0
Post likes count0

Beyond GVFS: more details on optimizing Git for large repositories

Edward Thomson

Over the last few years, Microsoft has been moving the entire company to a modern engineering system built on Visual Studio Team Services and using Git as our version control system.  For many of the projects within Microsoft, this is no problem, since: the Git homepage tell us: Git was built to work on the Linux kernel, meaning that it has had to...

DevOpsGit & Version Control