Osheiza Otori d5c8d03217 Commit message editor (#294)
Added ability for user to create and edit commit message in text editor of their choice
2019-01-23 12:13:33 -08:00
2019-01-23 12:13:33 -08:00
2019-01-07 17:45:25 -08:00
2019-01-16 23:31:24 -08:00

Installing the dolt command line

Prerequisites

Installation

  • Open a command line in the dolt/go directory
  • run: go install github.com/liquidata-inc/ld/dolt/go/cmd/dolt

First commands

  • dolt config --global --add user.email YOU@liquidata.co
  • dolt config --global --add user.name "YOUR NAME"

Setting up a repo

  • make a new directory with nothing in it
  • From the new directory run dolt init

Docs

Description
Dolt – Git for Data
Readme Apache-2.0 350 MiB
Latest
2026-03-04 18:30:54 -06:00
Languages
Go 79.5%
Shell 19.4%
JavaScript 0.3%
Java 0.2%
Python 0.1%
Other 0.1%