Skip to content

Commit b7af1f8

Browse files
authored
dolt-blame: add page (#5478)
1 parent f2941ea commit b7af1f8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pages/common/dolt-blame.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# dolt blame
2+
3+
> Displays commit information for each row of a Dolt table.
4+
> More information: <http://github.com/dolthub/dolt>.
5+
6+
- Display the latest commit for each row of a table:
7+
8+
`dolt blame {{table}}`
9+
10+
- Display the latest commits for each row of a table when the specified commit was made:
11+
12+
`dolt blame {{commit}} {{table}}`
13+
14+
- View help:
15+
16+
`dolt blame --help`

0 commit comments

Comments
 (0)