ramlife

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2020年6月27日

摘要: git 仓库迁移两步就够了。 从原仓库把整个仓库拉下来。 git clone --bare git://192.168.10.XX/git_repo/project_name.git 把仓库推到新的仓库里面去。 cd project_name.git git push --mirror git@19 阅读全文
posted @ 2020-06-27 18:31 ramlife 阅读(189) 评论(0) 推荐(0) 编辑