Showing results for Git & Version Control - Azure DevOps Blog

Oct 23, 2020
Post comments count0
Post likes count0

Azure Web App Service and GitHub Actions (Video Tutorial)

Jay Gordon
Jay Gordon

The video should help provide you with a great start on using this service with your Azure Web App Service. Utilizing resources like GitHub actions can help you on your journey to becoming a Microsoft DevOps Certified Expert.

CI/CDGit & Version Control
Oct 15, 2020
Post comments count5
Post likes count0

Static Web App PR Workflow for Azure App Service Using Azure DevOps

Abel
Abel

The pull request workflow in Static Web Apps is super cool, but that only works for Static Web Apps and GitHub Actions.. This blog post walks you through how to implement the same PR workflow for Azure App Service using Azure DevOps

DevOpsAzure & CloudCI/CD
Aug 6, 2020
Post comments count33
Post likes count0

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
Post comments count81
Post likes count0

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
Post comments count0
Post likes count1

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 a...

Azure & CloudGit & Version ControlSecurity
Feb 12, 2020
Post comments count5
Post likes count0

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 mo...

Git & Version ControlOpen Source
Nov 11, 2019
Post comments count0
Post likes count0

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
Post comments count19
Post likes count0

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
Aug 6, 2019
Post comments count0
Post likes count0

A Deep Dive into Git Performance using Trace2

Jeff Hostetler
Jeff Hostetler

A deep dive into using the new Git Trace2 feature to study Git performance problems on very large repos.

Git & Version ControlOpen Source