📜  克隆 mercurial 并将其设置在您的机器中 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:42.954000             🧑  作者: Mango

代码示例1
$ hg clone https://www.mercurial-scm.org/repo/hello
$ cd hello
$ (edit files)
$ hg add (new files)
$ hg commit -m 'My changes'
$ hg push