1) Create a new, empty mercurial repository:
hg init myproject
2) Add some files into the current repository:
hg add <file name>|<dir_name>
3) Commit files into the repository:
hg commit -m “message here!”
本文介绍了如何使用Mercurial进行版本控制的基本操作,包括创建新的仓库、添加文件到仓库以及提交更改等内容。
1) Create a new, empty mercurial repository:
hg init myproject
2) Add some files into the current repository:
hg add <file name>|<dir_name>
3) Commit files into the repository:
hg commit -m “message here!”
转载于:https://www.cnblogs.com/open-coder/archive/2012/08/24/2653554.html
601
187
9775
1万+

被折叠的 条评论
为什么被折叠?