Examples (5)
Compare DVC tracked files from different Git commits, tags, and branches w.r.t the current workspace
dvc diff commit_hash/tag/branchCompare the changes in DVC tracked files from 1 Git commit to another
dvc diff revision1 revision2Compare DVC tracked files, along with their latest hash
dvc diff --show-hash commitCompare DVC tracked files, displaying the output as JSON
dvc diff --show-json --show-hash commitCompare DVC tracked files, displaying the output as Markdown
dvc diff --show-md --show-hash commitmade by @shridhargupta | data from tldr-pages