1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-16 20:15:48 +02:00
tldr/pages/common/hg-init.md
2025-08-12 04:50:53 +03:00

297 B

hg init

Create a new repository in the specified directory. More information: https://www.mercurial-scm.org/help/commands/init.

  • Initialize a new repository in the current directory:

hg init

  • Initialize a new repository in the specified directory:

hg init {{path/to/directory}}