【发布时间】:2014-04-21 21:54:45
【问题描述】:
在 Github 存储库和 Openshift 之间自动进行同步的最佳方法是什么?
我在 openshift 中找到了这个文档:https://www.openshift.com/forums/openshift/how-to-keep-a-github-repository-and-an-openshift-repository-in-sync 用于手动进行同步。
【问题讨论】:
在 Github 存储库和 Openshift 之间自动进行同步的最佳方法是什么?
我在 openshift 中找到了这个文档:https://www.openshift.com/forums/openshift/how-to-keep-a-github-repository-and-an-openshift-repository-in-sync 用于手动进行同步。
【问题讨论】:
我想第一个问题是你为什么要自动化它?你想达到什么目标?在许多情况下,手动推送到 Openshift 和 GitHub 可能更可取。
但是,让我们探索一些可能性:
git push all。另见Able to push to all git remotes with the one command?
哪种方法最有意义将取决于您的用例。
【讨论】: