Snapshots of Ian’s archived public GitHub repositories (migration 2026-04-02).
- Layout:
archive/<repository-name>= that repo’s default branch at archive time. - Browse: All branches
- Clone this repository:
git clone https://github.com/ianalloway/oss-archive.git
cd oss-archive- Check out a frozen project branch:
git checkout archive/<repo-name>- Optional: re-home the project into a fresh repo.
- Simple path: create a new GitHub repo and push this checked-out branch.
- Subtree path: import into another monorepo under a subdirectory:
git subtree add --prefix=apps/<repo-name> https://github.com/ianalloway/oss-archive.git archive/<repo-name>