问题描述
我想使用msysgit在3个基于Windows的笔记本之间保持几个内部项目同步.不需要外部存储库.
I want to keep in sync a couple of internal projects between 3 Windows-based notebooks using msysgit. No external repository is desired.
在最好的情况下,每次两个开发人员见面时,他们应该能够同步他们的项目.
In the best case, every time two developers meets, they should be able to sync their projects.
我能确定的唯一设置是每个笔记本上的IIS/Apache Web服务器,因此,一个开发人员将通过HTTP从另一个笔记本中获取,然后合并,然后另一个开发人员也将通过第一个笔记本从http中获取.等等.
The only setup I could figure out would be an IIS/Apache web server on each notebook, so one developer would fetch by http from the other notebook, then merge, then the other developer would fetch from the first notebook also by http and so on.
有没有更简单的方法,或者您知道有关通过HTTP与Apache/IIS服务msysgit存储库的详细教程吗?
Is there any easier way to do it, or do you know a detailed tutorial about serving msysgit repositories by http with Apache/IIS ?
推荐答案
他们只需要对其他开发人员的.git文件夹具有读取权限.将其设置为文件共享.
They only need read access to the other dev's .git folders. Set it up as a file share.
这篇关于在三个基于Windows的内部笔记本之间保持msysgit存储库同步的最简单或最佳方法?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!