Commit staged changes to tables. More information: https://docs.dolthub.com/cli-reference/cli#dolt-commit.
$EDITOR to enter the commit message:dolt commit
dolt commit {{[-m|--message]}} "{{commit_message}}"
dolt commit {{[-a|--all]}}
dolt commit --date "{{2021-12-31T00:00:00}}"
dolt commit --author "{{author_name}} <{{author_email}}>"
dolt commit --allow-empty
dolt commit {{[-f|--force]}}