花海书香
gitlab迁移项目带提交记录
阅读 153
2023-03-01
带历史提交记录的迁移命令 git clone --bare [旧仓库地址] 生成.git文件
在.git文件下git push --mirror [新仓库地址]、
相关推荐
精彩评论(0)