Scalar is a tool that helps Git scale to some of the largest Git repositories. It achieves this by enabling some advanced Git features, such as: Partial clone: reduces time to get a working repository by not downloading all Git objects right away. Background prefetch: downloads Git object data from all remotes every hour, reducing the amount of time for foreground git fetch calls. Sparse-checkout: