LinuxCommandLibrary

hg-init

hg-init

TLDR

Initialize a new repository in the current directory

$ hg init
copy


Initialize a new repository in the specified directory
$ hg init [path/to/directory]
copy

Copied to clipboard