Forrest logo
back to context overview

dolt-blame

List of commands for dolt-blame:

  • dolt-blame:tldr:a5030 dolt-blame: Display the latest commit for each row of a table.
    $ dolt blame ${table}
    try on your machine
    explain this command
  • dolt-blame:tldr:e0212 dolt-blame: View help.
    $ dolt blame --help
    try on your machine
    explain this command
  • dolt-blame:tldr:e3887 dolt-blame: Display the latest commits for each row of a table when the specified commit was made.
    $ dolt blame ${commit} ${table}
    try on your machine
    explain this command
back to context overview