将文件从存储库A复制到存储库B,git

时间:2017-01-09 13:46:46

标签: git

我需要将文件从存储库A复制到其他存储库,其中包含所有提交历史记录。

我检查一下:

git filter-branch --prune-empty --subdirectory-filter <FILE_NAME>
git remote set-url <NEW URL>
git push origin <branch_name>

有更好的方法吗?

0 个答案:

没有答案