什么是最好的方式,以自动化之间的Github存储库和Openshift之间的系统?
我在openshift:https://www.openshift.com/forums/openshift/how-to-keep-a-github-repository-and-an-openshift-repository-in-sync中找到了用于手动同步的文档。
发布于 2014-04-22 09:13:47
我想第一个问题是你为什么要自动化它?你想达到什么目的?在许多情况下,手动推进Openshift和GitHub可能更好。
然而,让我们探讨一些可能性:
git push all。另见Able to push to all git remotes with the one command?哪种方法最有意义将取决于您的用例。
https://stackoverflow.com/questions/23206686
复制相似问题