Forrest logo
back to context overview

dolt-add

List of commands for dolt-add:

  • dolt-add:tldr:40b9c dolt-add: Stage all tables.
    $ dolt add --all
    try on your machine
    explain this command
  • dolt-add:tldr:58b7c dolt-add: Add a table to the list of staged tables (stage a table).
    $ dolt add ${table}
    try on your machine
    explain this command
back to context overview