Apply suggestions from code review
Thanks @sbrl. Will keep grammatical mistakes to minimum next time :smile Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
c6d6d7618c
commit
91e565ba81
@@ -1,9 +1,9 @@
|
||||
# dvc diff
|
||||
|
||||
> Show changes in DVC tracked file and directories added/deleted/modified.
|
||||
> Show changes in DVC tracked file and directories.
|
||||
> More information: <https://dvc.org/doc/command-reference/diff>.
|
||||
|
||||
- Compare DVC tracked file from different Git commit/tag/branch w.r.t current workspace:
|
||||
- Compare DVC tracked files from different Git commits, tags, and branches w.r.t the current workspace:
|
||||
|
||||
`dvc diff {{commit_hash/tag/branch}}`
|
||||
|
||||
@@ -11,14 +11,14 @@
|
||||
|
||||
`dvc diff b_rev a_rev`
|
||||
|
||||
- Compare DVC tracked file, along with their latest hash:
|
||||
- Compare DVC tracked files, along with their latest hash:
|
||||
|
||||
`dvc diff --show-hash {{commit}}`
|
||||
|
||||
- Compare DVC tracked file, get output in JSON format:
|
||||
- Compare DVC tracked files, displaying the output as JSON:
|
||||
|
||||
`dvc diff --show-json --show-hash {{commit}}`
|
||||
|
||||
- Compare DVC tracked file, get output in Markdown format:
|
||||
- Compare DVC tracked files, displaying the output as Markdown:
|
||||
|
||||
`dvc diff --show-md --show-hash {{commit}}`
|
||||
|
Reference in New Issue
Block a user