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