sh git repo migration

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh git repo migration相关的知识,希望对你有一定的参考价值。

OLD_REPO=<OLD_REPO_URL>
NEW_REPO=<NEW_REPO_URL>
git clone --mirror $OLD_REPO
cd <Old repo directory>
git remote set-url origin $NEW_REPO
git push -f origin

以上是关于sh git repo migration的主要内容,如果未能解决你的问题,请参考以下文章

sh 备用git repos,mu mu_repo

sh 转换git repo以使用git lfs

sh git repo特定用户:传递

sh git repo sync

sh 减少git repo大小

sh 从git repo安装包