CopyGitHubRepo v0.4.0: Migrating GitHub Pages Without Guessing
When I started building [CopyGitHubRepo](https://github.com/infoconex/copy-github-repo), the problem looked mostly like a Git problem. Copy the repository content. Decide whether to preserve history. Recreate the destination. Verify the result. That model worked well for the first releases, but the deeper I went into repository migration, the clearer something became: **A GitHub repository is m...