mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-24 03:16:12 -05:00
Update quickstart.md
This commit is contained in:
+3
-2
@@ -125,11 +125,12 @@ make your edits.
|
||||
## See your changes
|
||||
|
||||
After you've inserted some data, you can inspect the changes you made
|
||||
using `dolt diff`. If you added a lot of rows, use the `--summary` to
|
||||
get a summary instead.
|
||||
using `dolt diff`. If you added a lot of rows, use the `--summary` flag
|
||||
to get a summary instead.
|
||||
|
||||
```sh
|
||||
% dolt diff
|
||||
% dolt diff --summary
|
||||
```
|
||||
|
||||
## Commit your changes
|
||||
|
||||
Reference in New Issue
Block a user