linux hg(mercurial)入门

1 linux hg(mercurial)使用入门

  1)       查看可以安装的包:yum –y list mercurial

  2)       安装:yum install mercurial

  3)       查看安装的hg版本:hg --version

  4)       查看已安装的mercurial: yum –y installed | grep mercurial

  5)       Clone工程:hg clone http://***.***.***.***:9003/

  6)       拉取:hg pull

  7)       将拉取的内容更新到本地工作空间:hg update 

原文地址:https://www.cnblogs.com/Forrest-Janny/p/6702738.html