1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 21:42:08 +02:00
tldr/pages/common/dolt-init.md
2022-10-15 20:12:34 -03:00

12 lines
402 B
Markdown

# 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}}"`