From b7af1f83b7dfd94595a08551bfac53b237ab44c4 Mon Sep 17 00:00:00 2001 From: bl-ue <54780737+bl-ue@users.noreply.github.com> Date: Fri, 19 Mar 2021 11:07:34 -0400 Subject: [PATCH] dolt-blame: add page (#5478) --- pages/common/dolt-blame.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/dolt-blame.md diff --git a/pages/common/dolt-blame.md b/pages/common/dolt-blame.md new file mode 100644 index 0000000000..208dce75a4 --- /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`