`
malong0315
  • 浏览: 818 次
  • 性别: Icon_minigender_1
  • 来自: 上海
最近访客 更多访客>>
社区版块
存档分类
最新评论

hg常用命令

阅读更多

hg init testproj  初始化仓库
hg clone http://hg.c2c.com/testproj  克隆复本
hg add filename或 hg add 添加当前目录所有文件
hg commit 提交工作目录修改到本地repos
hg push 推至其他repos供分享
hg pull 引入他人改动至本地repos
hg update 从本地repos更新至工作目录

hg serve -p 8888 -d 开启服务

 

 常用命令:

提交 :hg commit  -> hg push  

更新 :hg pull -> ​hg update​

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics