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

git push https://github.com/jello.git +refs/remotes/source/*:refs/heads/*

相关文章: