Forrest logo
back to context overview

dolt-init

List of commands for dolt-init:

  • dolt-init:tldr:69bd4 dolt-init: Initialize a new Dolt data repository in the current directory.
    $ dolt init
    try on your machine
    explain this command
  • dolt-init:tldr:b9bed dolt-init: Initialize a new Dolt data repository creating a commit with the specified metadata.
    $ dolt init --name "${name}" --email "${email}" --date "${2021-12-31T00:00:00}" -b "${branch_name}"
    try on your machine
    explain this command
back to context overview