Brian Hendriks 79d4496d69 Bh/fix conflicts resolve (#604)
* fix conflicts resolve
* fix put row help text
* bump version
2019-03-06 09:23:57 -08:00
2019-03-06 09:23:57 -08:00
2019-02-05 15:19:25 -08:00
2019-01-16 23:31:24 -08:00

Installing the dolt command line

Prerequisites

dolt_install() {
  pushd ~/go/src/github.com/liquidata-inc/ld/dolt/go/cmd/dolt
  GO111MODULE=on go install .
  popd
}
  • on Windows
    • I dont know. Do whatever windows stuff you gotta do so that %USERPROFILE%/go/bin is part of the path

Installation

  • If you setup dolt_install
    • run: dolt_install
  • If not
    • Open a command line in the dolt/go directory
    • run: GO111MODULE=on go install .

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

S
Description
Dolt – Git for Data
Readme Apache-2.0 364 MiB
Latest
2026-05-08 18:44:37 -05:00
Languages
Go 69.4%
Shell 17.8%
JavaScript 12%
Java 0.2%
Python 0.1%