Linux
Command
Library
Commands
Basics
Tips
hg-init
hg-init
TLDR
Initialise a new repository in the current directory
$ hg init
Initialise a new repository in the specified directory
$ hg init [path/to/directory]
COLLAPSE ALL
Copied to clipboard