Phase 0: 代码迁移 — fork repo + 清理 legacy #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
将
uncaged/workflow代码迁移到shazhou/united-workforce作为新的开发主仓库。Tasks
uncaged/workflow→shazhou/united-workforce(保留完整 git history)legacy-packages/目录(已归档,不迁移)examples/中的过时示例(保留有效的).git/configremote 指向新 repoNotes
uncaged/workflow保留为 archived repo,README 指向新 repoReview 建议
Fork 建议用
git clone --mirror+ push 到新 repo,比 Gitea fork 更干净,保留所有 branch/tag 且不会有 fork 关系绑定。好建议 👍
git clone --mirror+ push 确实更干净,已采纳。更新 task:Fork→uncaged/workflowgit clone --mirror+ push 到新 repo,不保留 fork 关系。