前端之家收集整理的这篇文章主要介绍了
推送到远程汞库,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我在远程VPS上有一个汞存储库. VPS启用ssh访问.将
代码更改从我的开发机器推送到远程VPS有什么选择?
如果您的VPS已安装Mercurial,只需:
hg push ssh://username@host/path/relative/to/home
或添加到repo的hgrc
[paths]
default-push = ssh://username@host/path/relative/to/home
只是
hg push
原文链接:https://www.f2er.com/python/186708.html