Git專案匯入其他的git倉庫

柳旦旦發表於2021-01-20

第一步:可能原始的Git專案

git clone --bare https://git.example.com/your/project.git your_path

第二步:更改Git提交的倉庫地址

git remote set-url origin https://git.example.com/your/project.git your_path

第三步:提交到遠端倉庫

git push --mirror
本作品採用《CC 協議》,轉載必須註明作者和本文連結
✍️部落格文章皆為網路收藏整理,作書籤使用,方便後期查閱。

相關文章