Azure DevOps Blog

DevOps, Git, and Agile updates from the team building Azure DevOps

Introducing Scalar: Git at scale for everyone

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