This website requires JavaScript.
Explore
Help
Sign In
ctome
/
tldr
mirror of
https://github.com/CrimsonTome/tldr.git
Watch
1
Star
0
Fork
You've already forked tldr
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1f3fef871c
tldr
/
pages
/
common
/
hg-init.md
225 B
Raw
Blame
History
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}}