Showing results for Git & Version Control - Azure DevOps Blog

Aug 6, 2020
33
0

Azure Repos default branch name

Matt Cooper Matt Cooper

Azure Repos added the ability to choose a default branch for new repositories.

Git & Version Control
Mar 19, 2020
81
0

Introducing the New Pull Request Experience for Azure Repos

Apeksha Awasthi Apeksha Awasthi

Try out Azure Repos' mobile-friendly and faster pull request experience with new features like adding required reviewers per pull request, comparing multiple iterations, and accepting suggested changes within the pull request!

DevOpsGit & Version Control
Mar 18, 2020
0
1

Supporting SHA-2 algorithm in SSH on Azure DevOps

Jimson Chalissery [MSFT] Jimson Chalissery [MSFT]

With the release of OpenSSH 8.2 last month, connections to SSH servers using SHA-1 was disabled by default in the OpenSSH client. We understand that this move helps improve the security of SSH connections, by encouraging all users to adopt the SHA-2 class of algorithms, generally considered safer. However, this resulted in OpenSSH users not being ...

Azure & CloudGit & Version ControlSecurity
Feb 12, 2020
5
0

Introducing Scalar: Git at scale for everyone

Derrick Stolee Derrick Stolee

Git is a distributed version control system, so by default each Git repository has a copy of all files in the entire history. Even moderately-sized teams can create thousands of commits adding hundreds of megabytes to the repository every month. As your repository grows, Git may struggle to manage all that data. Time spent waiting for to report ...

Git & Version ControlOpen Source
Nov 11, 2019
0
0

Updates to the Git Commit Graph Feature

Derrick Stolee Derrick Stolee

In a previous blog series, we announced that Git has a new commit-graph feature, and described some future directions. Since then, the commit-graph feature has grown and evolved. In the recently released Git version 2.24.0, the commit-graph is enabled by default! Today, we discuss what you should know about the feature, and what you can expect when...

Git & Version ControlOpen Source
Oct 23, 2019
19
0

Announcing the Azure Repos app for Microsoft Teams

Atin Bansal Atin Bansal

Coding is a team sport. To help developers be more efficient, we are excited to announce the new Azure Repos app for Microsoft Teams

Git & Version ControlAzure & Cloud
Jun 6, 2019
4
0

Improving Azure DevOps cherry-picking

Begona Guereca Begona Guereca

One of the more powerful git commands is the cherry-pick command. This can be an extremely powerful component of many git workflows such as the Azure DevOps team's Release Flow. To highlight a common use-case for it, let’s talk about hot-fixing release branches.

CommunityGit & Version Control
May 15, 2019
0
0

Exploring new frontiers for Git push performance

Derrick Stolee Derrick Stolee

In previous posts I've talked about performance improvements that our team contributed to the Git community. At Microsoft, we've been pushing Git to its limits with the largest and busiest Git repositories on the planet, improving core Git as we go and sending these improvements back upstream. With Git 2.21.0 and later you can take advantage of a ...

Git & Version ControlOpen Source

Feedback