hg
Mercurial - a distributed source control management system. Some subcommands such as hg commit have their own usage documentation. More information: <https://www.mercurial-scm.org>.
Install
- All systems
-
curl cmd.cat/hg.sh
- Debian
-
apt-get install mercurial - Ubuntu
-
apt-get install mercurial -
Alpine
-
apk add mercurial - Arch Linux
-
pacman -S mercurial - Kali Linux
-
apt-get install mercurial - CentOS
-
yum install mercurial - Fedora
-
dnf install mercurial - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install mercurial - OS X
-
brew install mercurial - Raspbian
-
apt-get install mercurial - Docker
-
docker run cmd.cat/hg hgpowered by Commando
Mercurial - a distributed source control management system. Some subcommands such as hg commit have their own usage documentation. More information: <https://www.mercurial-scm.org>.
-
Execute a Mercurial command:
hg command -
Call general help:
hg help -
Call help on a command:
hg help command -
Check the Mercurial version:
hg --version
© tl;dr; authors and contributors