Further reading
To learn more about the topics that were covered in this chapter, take a look at the following resources:
- Introducing Scalar: Git at scale for everyone, by Derrick Stolee (2020): https://devblogs.microsoft.com/devops/introducing-scalar/
- The Story of Scalar, by Derrick Stolee and Victoria Dye (2022): https://github.blog/2022-10-13-the-story-of-scalar/
- scalar(1) - A tool for managing large Git repositories: https://git-scm.com/docs/scalar
- Supercharging the Git Commit Graph, by Derrick Stolee (2018): https://devblogs.microsoft.com/devops/supercharging-the-git-commit-graph/
- git-commit-graph(1) - Write and verify Git commit-graph files: https://git-scm.com/docs/git-commit-graph
- Git LFS - Git Large File Storage: https://git-lfs.com/
- git-annex: https://git-annex.branchable.com/
- Get up to speed with partial clone and shallow clone, by Derrick Stolee (2020): https://github.blog/2020-12-21-get-up-to-speed-with-partial-clone-and-shallow-clone...