Git Workflow - 远程共享仓库和登台服务器?

时间:2012-10-29 14:46:58

标签: git workflow production-environment staging repository

关注git branching model并阅读git staging & production question。我的远程仓库也用作我的暂存仓库。这是一个BARE回购。

当前工作流程
Workstations 1,2,3,4 - non-bare, cloned from remote, PUSHes to remote
Remote Repo - bare repo, neither pushes nor pulls, serves as staging repo
Production server - non-bare, PULLs from remote

是否应该有单独的远程仓库和升级仓库?如果是这样,那么它们应该是裸露的,因为它们都不可以?

0 个答案:

没有答案