mirror of https://github.com/CrimsonTome/tldr.git
12 lines
225 B
Markdown
12 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}}`
|