从公司项目复制迁移到个人仓库

用PowerShell命令

Windows PowerShell 版本:

========================================

完整克隆企业仓库所有分支到个人仓库

========================================

第1步:进入工作目录(可修改为您想要的路径)

cd D:\Projects

第2步:镜像克隆企业仓库(包含所有分支、标签、历史)

Write-Host "正在克隆企业仓库..." -ForegroundColor Green

git clone --mirror https://gitee.com/公司名称XXXXXX/Mall.git Mall-mirror

第3步:进入镜像仓库

cd Mall-mirror

第4步:推送所有内容到个人仓库(所有分支+所有标签)

Write-Host "正在推送到个人仓库..." -ForegroundColor Green

git push --mirror https://gitee.com/个人仓库XXXX/Mall.git

第5步:返回上级目录

cd ...

第6步:删除临时镜像仓库

Write-Host "清理临时文件..." -ForegroundColor Yellow

Remove-Item -Recurse -Force Mall-mirror

第7步:克隆个人仓库用于日常开发

Write-Host "克隆个人仓库..." -ForegroundColor Green

git clone https://gitee.com/个人仓库XXXX/Mall.git

第8步:进入项目目录

cd mall

第9步:查看所有分支

Write-Host "`n所有分支列表:" -ForegroundColor Cyan

git branch -a

完成

Write-Host "`n✅ 完成!所有分支已同步到个人仓库!" -ForegroundColor Green

Write-Host "访问查看: https://gitee.com/个人仓库XXXX/mall" -ForegroundColor Cyan


相关推荐
aosky38 分钟前
一台电脑配置多个 SSH Key 对应不同的 GitHub 账号
运维·ssh·github
YuePeng6 小时前
凌晨 3 点告警群炸了,我用浏览器干了原本 XShell 才能干的事
后端·github
QN1幻化引擎7 小时前
自注意力机制 20 年了,我们终于让它学会"压缩记忆"
github
程序员柒叔8 小时前
Hermes Agent 一周动态-2026-W24
人工智能·github·agent·openclaw·hermes
专注VB编程开发20年10 小时前
通义比GITHUB Copilot差了10倍
github·copilot
驯龙高手_追风10 小时前
Gitlab本地服务器搭建及配置-详细教程
git·github
逛逛GitHub11 小时前
在你微信里用爽 Claude Code,我的开源 Skill 又更新了。
github
qq_白羊座11 小时前
Linux 压缩 / 解压(tar)命令 + 参数详解
linux·运维·github
LeoZY_12 小时前
CH347应用 USB转JTAG功能之:probe-rs搭配CH347下载MCU命令全指南
单片机·嵌入式硬件·mcu·开源·github
赛博三把手13 小时前
「2026 最新推荐」AI 大模型 API 中转站 | 国内直连 ChatGPT/Claude/Gemini 稳定优质的 API 接口服务
人工智能·github·ai编程