Developer Merges Multiple GitHub Repositories Into Single Repo

A developer merged two GitHub projects (react-a11y-footnotes and eleventy-plugin-footnotes) into a new repository, accessible-footnotes, while preserving all commits, tags, and releases. They used git subtree to import histories, created an empty initial commit to avoid a HEAD error, and ran a GitHub CLI Bash script to recreate releases and migrate assets. The process maintains traceable release commits and release notes.
Scoring Rationale
Practical, directly usable migration guide preserving commits and releases; limited novelty and based on a single-author workflow.
Practice interview problems based on real data
1,500+ SQL & Python problems across 15 industry datasets — the exact type of data you work with.
Try 250 free problems


