Moving Git history
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...
blog.danwald.me2 min read