Forrest logo
back to context overview

dvc-diff

List of commands for dvc-diff:

  • dvc-diff:tldr:03f5d dvc-diff: Compare DVC tracked files from different Git commits, tags, and branches w.r.t the current workspace.
    $ dvc diff ${commit_hash-tag-branch}
    try on your machine
    explain this command
  • dvc-diff:tldr:339cb dvc-diff: Compare DVC tracked files, displaying the output as Markdown.
    $ dvc diff --show-md --show-hash ${commit}
    try on your machine
    explain this command
  • dvc-diff:tldr:4b2fb dvc-diff: Compare DVC tracked files, displaying the output as JSON.
    $ dvc diff --show-json --show-hash ${commit}
    try on your machine
    explain this command
  • dvc-diff:tldr:676b0 dvc-diff: Compare the changes in DVC tracked files from 1 Git commit to another.
    $ dvc diff ${revision_b} ${revision_a}
    try on your machine
    explain this command
  • dvc-diff:tldr:efe6d dvc-diff: Compare DVC tracked files, along with their latest hash.
    $ dvc diff --show-hash ${commit}
    try on your machine
    explain this command
back to context overview