推送到远程 Mercurial 存储库
我在远程 VPS 上有一个 Mercurial 存储库。 VPS 已启用 SSH 访问。将代码更改从我的开发计算机推送到远程 VPS 的选项有哪些?
I have a Mercurial repository on a remote VPS. The VPS has SSH access enabled. What are my options for pushing code changes from my development machine to the remote VPS?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的 VPS 安装了 Mercurial,只需:
或添加到存储库的 hgrc 中
,然后
If your VPS has Mercurial installed, simply:
or add to the repo's hgrc
and just