Mercurial手册

Hg常用命令 hg in 查看远程 repo 中未拉取的代码; hg pull 拉取远程 repo 代码到本地; hg update 更新本地代码; hg pull -u 拉取远程 repo 代码并更新到本地; hg commit -m ‘’ 提交代码及说明; hg out 查看提交到暂存区中的代码; hg push 将暂存区中的代码推上 repo; hg branches 查看所有分支; hg
相关文章
相关标签/搜索