我可以设置一个 git 存储库以供多台计算机使用吗?
有没有办法使用 Git(在 Windows 上)来处理多台计算机上的同一个存储库?
实际上,我使用台式电脑或笔记本电脑工作。无论使用什么计算机,我都会使用相同的存储库。
我知道我可以使用 Git 从中央存储库推送/拉取,但它不透明(因为我必须在切换计算机之前推送)。
使用 USB 密钥可能是一种解决方案,但我在切换时遇到了麻烦,因为一台计算机到另一台计算机的驱动器号不相同。
感谢您的提示
Is there any way with Git (on windows) to work with the same repository from several computers ?
Actually, I'm working from either a desktop computer or a laptop. I'd to work with the same repository whatever computer is used.
I know I can use Git to push/pull from a central repository, but it's not transparent (as I have to push before switching computer).
Using an usb key could be a solution, but I have troubles when switching, as the drive letter are not the same from one computer to another.
Thanks for tips
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将存储库放入某种云存储(例如 DropBox)中,并从两台计算机上使用它。
You could put your repository into some kind of cloud storage like DropBox and use it from both computers.