mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
289 B
289 B
hg init
Create a new repository in the specified directory. Homepage: https://www.mercurial-scm.org/doc/hg.1.html#init.
- Initialise a new repository in the current directory:
hg init
- Initialise a new repository in the specified directory:
hg init {{path/to/directory}}