logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

hg init - create a new repository in the given directory

Description

       Initialize  a  new  repository  in the given directory. If the given directory does not exist, it will be
       created.

       If no directory is given, the current directory is used.

       It is possible to specify an ssh:// URL as the destination.  See hghelpurls for more information.

       Returns 0 on success.

Name

       hg init - create a new repository in the given directory

Options

-e,--ssh<CMD>
              specify ssh command to use

       --remotecmd<CMD>
              specify hg command to run on the remote side

       --insecure
              do not verify server certificate (ignoring web.cacerts config)

                                                                                                        HG(INIT)

Synopsis

       hg init [-e CMD] [--remotecmd CMD] [DEST]