1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-15 15:35:53 +02:00
tldr/pages.cn/common/hg-init.md

225 B

hg init

Create a new repository in the specified directory.

  • Initialise a new repository in the current directory:

hg init

  • Initialise a new repository in the specified directory:

hg init {{path/to/directory}}