如何将构建文件从一个github repo共享到另一个

时间:2014-05-28 22:10:02

标签: git github

Github允许用户使用http://pages.github.com。听起来不错。

我想用它来展示一些代码片段的演示页面。这使我有两个存储库。

  • MY-用户名/片断回购
  • MY-用户名/ my-username.github.io
snippet-repo中的

可能存在基于最后(可构建)更改的构建生产文件。我希望这个文件在我的github.io repo中可用,而不是将它从一个repo明确地复制到另一个repo。

有人遇到过这样的问题吗?有解决方案吗

1 个答案:

答案 0 :(得分:0)

添加另一个遥控器并按下:

git push anotherRemote master:master代替git push origin master(或简称为' git push')

https://help.github.com/articles/adding-a-remote