Reducing the size of a git repository with git-replace

added by DotNetKicks
5/24/2022 10:29:12 AM

370 Views

In this post I look at how you can split a repository in two, creating a "history" repository, and a current repository, while retaining the ability to temporarily merge them again when required. This is made possible by the git-replace tool. Have you ever cloned the .NET runtime git repository?


0 comments