hg-init: add page
This commit is contained in:

committed by
Agniva De Sarker

parent
fd7f4e29cb
commit
d6eeeeb32f
11
pages/common/hg-init.md
Normal file
11
pages/common/hg-init.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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}}`
|
Reference in New Issue
Block a user