mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-03 16:55:13 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
17
tldr/dolt-init
Normal file
17
tldr/dolt-init
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}"`
|
||||
Reference in New Issue
Block a user