Working Set
What is a Working Set?
How to use Working Sets
Difference between Git Working Sets and Dolt Working Sets
Example
Make changes in a working set
$ dolt sql -q "insert into docs values (3,0)";
Query OK, 1 row affected
$ dolt status
On branch main
Changes not staged for commit:
(use "dolt add <table>" to update what will be committed)
(use "dolt checkout <table>" to discard changes in working directory)
modified: docsSee what's changed in your working set
Reset a change to your working set
Checkout on the Command Line
Checkout in SQL server
Last updated
Was this helpful?