mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 16:22:08 +02:00
11 lines
225 B
Markdown
11 lines
225 B
Markdown
# 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}}`
|