Moving Git history
Aug 5, 2025 · 2 min read · I needed to move some files between two repositories. I could have just copied the files over but I wanted to maintain the commit history. Enter the git-filter-repo utility that’s based on the native git-filter-branch command. It does a lot of things...
Join discussion