System Grab Bag

View all TLDR pages from common (or from all pages)

dolt init

Create an empty Dolt data repository. More information: https://docs.dolthub.com/cli-reference/cli#dolt-init.
  • Initialize a new Dolt data repository in the current directory:
    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}}"

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.