logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Create Dolt Repository - Initialize Data Repositories | Online Free DevTools by Hexmos

Create Dolt repository with dolt-init. Initialize new repositories and manage data efficiently. Free online tool, no registration required.

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|--initial-branch]}} "{{branch_name}}"