-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

dvc diff


> Show changes in DVC tracked file and directories.

More information.


Compare DVC tracked files from different Git commits, tags, and branches w.r.t the current workspace:

dvc diff {commit_hash/tag/branch}

Compare the changes in DVC tracked files from 1 Git commit to another:

dvc diff {revision_b} {revision_a}

Compare DVC tracked files, along with their latest hash:

dvc diff --show-hash {commit}

Compare DVC tracked files, displaying the output as JSON:

dvc diff --show-json --show-hash {commit}

Compare DVC tracked files, displaying the output as Markdown:

dvc diff --show-md --show-hash {commit}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 15:46:36 2024