diff --git a/pages/common/dolt-blame.md b/pages/common/dolt-blame.md new file mode 100644 index 000000000..208dce75a --- /dev/null +++ b/pages/common/dolt-blame.md @@ -0,0 +1,16 @@ +# dolt blame + +> Displays commit information for each row of a Dolt table. +> More information: . + +- Display the latest commit for each row of a table: + +`dolt blame {{table}}` + +- Display the latest commits for each row of a table when the specified commit was made: + +`dolt blame {{commit}} {{table}}` + +- View help: + +`dolt blame --help`