关注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
是否应该有单独的远程仓库和升级仓库?如果是这样,那么它们应该是裸露的,因为它们都不可以?