Ubuntu系统中安装Mercurial 以支持hg

Posted iBoundary

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu系统中安装Mercurial 以支持hg相关的知识,希望对你有一定的参考价值。

Ubuntu系统中安装Mercurial 以支持hg

pip install mercurial  # 通过 pip 安装 Mercurial
hg --version           # 查看 Mercurial 版本
hg clone http://hg.openjdk.java.net/jdk8/jdk8 openjdk8  # 克隆远程仓库
hg log   # 查看仓库历史
hg pull  # 拉取代码
hg status  # 查看仓库状态

 

以上是关于Ubuntu系统中安装Mercurial 以支持hg的主要内容,如果未能解决你的问题,请参考以下文章

01 - 在虚拟机(Virtual Box)中安装Ubuntu 16.04

在Ubuntu20.04中安装中文输入法

如何在Ubuntu中安装PS CS4

Ubuntu中安装freeswitch,./configure的时候出现问题

Windows 10 子系统 Ubuntu 中安装 FastAdmin

Ubuntu中安装Docker