Projekt

Allgemein

Profil

Aktionen

Setup mercurial

Requirements

To install mercurial you will need the following:
  • a installed and supported operating system (e.g. CentOS 9)
  • root-access
  • a fast internet connection
  • repo: EPEL

Preliminary Note

Install

Install mercurial:

dnf install mercurial

Setup Repo

step into the desired directory

hg init
hg add
hg diff
hg commit -u username

Von Jeremias Keihsler vor 3 Monaten aktualisiert · 2 Revisionen