摘要: -- git迁移 git clone --bare git://oldgithub.com/username/oldproject.git cd oldproject.git git push --mirror git@newgithub.com/username/newproject.git -- 阅读全文
posted @ 2019-06-25 15:34 liqianlong 阅读(705) 评论(0) 推荐(0) 编辑