Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我安装了一个新的 gitosis 实例,也有一个旧实例。
要将存储库从旧服务器移动到新服务器,我需要做什么?在新服务器上克隆?
我必须在开发人员计算机上进行哪些更改才能切换远程分支?还是他们需要再次克隆?
您可以将所有存储库目录复制到 gitosis 的目录。然后,您可以通过编辑 gitosis-admin 存储库向用户授予访问权限(读取或写入)。
只需将远程“原点”的地址更改为本地结帐中的新位置并推送即可。您可以使用更改地址git remote,也可以.git/config直接编辑。
git remote
.git/config