Showing category results for Git & Version Control

May 1, 2018
Post comments count0
Post likes count0

Announcing the DevOps Resource Center

Sam Guckenheimer

One of the favorite parts of my job is curating a web site with the stories of how we work. Those experience reports and more of our guidance are now  consolidated at https://aka.ms/devops. In addition to our own stories, this center offers content to help your team learn DevOps practices, Git (including Git at scale), and Agile. There's also a ...

DevOpsCommunityCI/CD
Apr 19, 2018
Post comments count11
Post likes count4

Release Flow: How We Do Branching on the VSTS Team

Edward Thomson

Whenever I talk to somebody about Git and version control, one question always comes up: How do you do your branching at Microsoft? And there’s no one answer to this question. Although we’ve been moving everybody in the company into one engineering system, standardizing on Git hosted in Visual Studio Team Services, what we haven’t done is move ev...

DevOpsGit & Version Control
Mar 25, 2018
Post comments count0
Post likes count0

Announcement: Publish markdown files from your git repository to VSTS Wiki

Sandeep Chadda (MSFT)

Now you can publish markdown files from a git repository to the VSTS Wiki. Developers often write SDK documents, product documentation, or README files explaining a product in a git repository. Such pages are often updated alongside code in the code repository. Git provides a friction free experience where code and docs can live on the same branch ...

DevOpsGit & Version ControlWiki
Mar 21, 2018
Post comments count1
Post likes count0

TFVC Windows Shell Extension for VSTS and TFS 2018

Matthew Mitrik (MS)

Team Foundation Version Control (TFVC) users looking for a lightweight version control experience integrated into Windows File Explorer will be happy to see the latest release of the TFVC Windows Shell Extension. This tool provides convenient access to many TFVC commands right in the explorer context menu, and the latest release adds support for Te...

DevOpsGit & Version Control
Mar 8, 2018
Post comments count0
Post likes count0

How to Contribute to Git (on Windows)

Derrick Stolee

Git was originally designed for Unix systems and still today, all the build tools for the Git codebase assume you have standard Unix tools available in your path. If you have an open-source mindset and want to start contributing to Git, but primarily use a Windows machine, then you may have trouble getting started. In fact, while responding to com...

DevOpsGit & Version ControlOpen Source
Mar 6, 2018
Post comments count0
Post likes count0

New Git Features in Visual Studio 2017 Update 6

Kayla Ngan (MSFT)

This week we released Visual Studio 2017 Update 6. In this release, you can now push, delete, and view all of the Git tags in your repository. Additionally, if you use Visual Studio Team Services (VSTS), you can checkout pull request branches making it easier to review, test, and build changes. To learn more about what else is new in Visual Studio ...

DevOpsGit & Version Control
Jan 12, 2018
Post comments count1
Post likes count0

Link wiki pages and work items, write math formulas in Wiki, Keyboard shortcuts and more…

Sandeep Chadda (MSFT)

Happy new year to all Wiki lovers. We are learning a lot with each passing day and in this blog I will share our learning and value that we delivered in the past few sprints. Few of these features are coming up in this sprint (Jan end). Link work items and Wiki pages In October, we had enabled the referencing work items to a wiki page, now you ca...

DevOpsGit & Version ControlWiki
Jan 11, 2018
Post comments count0
Post likes count0

Microsoft’s Performance Contributions to Git in 2017

Derrick Stolee

Visual Studio Team Services (VSTS) hosts the largest Git repository in the world: the Windows source code. Keeping a primary copy of the code available in the cloud and having it be performant while being updated by over 4000 users at the same time is a monumental achievement, but it is only useful if engineers can use the core Git client on their ...

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

New Git Features in Visual Studio 2017 Update 5

Kayla Ngan (MSFT)

This week we released Visual Studio 2017 Update 5. In this release, we added new Git features which were based on your UserVoice requests to support Git submodules, Git worktrees, , and . To learn more about all of our Git features and what's new in Visual Studio 2017 Update 5, check out our Git tutorials and the Visual Studio release notes. Git s...

DevOpsGit & Version Control
Dec 1, 2017
Post comments count1
Post likes count0

Announcing public preview of Wiki search

Sandeep Chadda (MSFT)

Search wiki pages Over time as teams document more content in wiki pages, finding relevant content becomes increasingly difficult. To maximize collaboration, you need the ability to easily discover content across all your projects. Now you can use wiki search to quickly find relevant wiki pages by title or page content across all projects in you...

DevOpsGit & Version ControlWiki