Mercurial HG 简单快捷 能够快速部署的看来我又要求团队换版本管理软件了。

Quick Start

Clone a project and push changes

$ hg clone http://selenic.com/repo/hello
$ cd hello
$ (edit files)
$ hg add (new files)
$ hg commit -m 'My changes'
$ hg push

 

Create a project and commit

$ hg init (project-directory)
$ cd (project-directory)
$ (add some files)
$ hg add
$ hg commit -m 'Initial commit'

 

 

 

 

引用:

http://mercurial.selenic.com/wiki/ChineseTutorial

Mercurial – hg branch  http://www.codingboy.com/zlog/post/21.html

posted @ 2010-03-09 12:32  toon的泥瓦匠  阅读(231)  评论(0)    收藏  举报