Forrest logo
back to context overview

hg-init

List of commands for hg-init:

  • hg-init:tldr:19c32 hg-init: Initialize a new repository in the current directory.
    $ hg init
    try on your machine
    explain this command
  • hg-init:tldr:978af hg-init: Initialize a new repository in the specified directory.
    $ hg init ${path-to-directory}
    try on your machine
    explain this command
back to context overview