git如何将当前仓库的远程分支推到一个新的仓库中?

答: git push <目标仓库> +refs/remotes/source/:refs/heads/
示例如下:

git push https://github.com/jello.git +refs/remotes/source/*:refs/heads/*
posted @ 2020-05-29 19:15  Jello  阅读(1053)  评论(0编辑  收藏  举报