sh 移动Github存储库

Posted

tags:

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

git clone --mirror git@example.com/upstream-repository.git
cd upstream-repository.git
git push --mirror git@example.com/new-location.git

以上是关于sh 移动Github存储库的主要内容,如果未能解决你的问题,请参考以下文章

sh su GitHub(从给定用户下载所有存储库)

sh 使用cURL从命令行创建新的Github存储库

sh 用于备份组织的所有GitHub存储库的Shell脚本

sh 将git存储库及其所有分支,标记移动到新的远程存储库,保留提交历史记录

sh Bash |从Github存储库安装可执行文件(tar.gz)

sh 一个简单的脚本,用于备份组织的GitHub存储库,wiki和问题。