摘要:
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
阅读(195)
评论(0)
推荐(0)
浙公网安备 33010602011771号