标签: git
我需要将文件从存储库A复制到其他存储库,其中包含所有提交历史记录。
我检查一下:
git filter-branch --prune-empty --subdirectory-filter <FILE_NAME> git remote set-url <NEW URL> git push origin <branch_name>
有更好的方法吗?