v0.2.0
Minor Changes
-
#61
e385606Thanks @LiranCohen! - feat: migrate git content (clone, bundle, refs) from GitHubThe
gitd migrate repoandgitd migrate allcommands now support
migrating actual git content — not just metadata. When--repos <path>
orGITD_REPOSis provided, migration will:- Clone the GitHub repo as a bare repository on disk
- Create a full git bundle and upload it to DWN
- Sync all git refs (branches + tags) to DWN records
This enables the full e2e flow: migrate → serve → clone-via-DID.