dvc diff: Apply suggestions from code review

Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
client-spec/clarity
Puneetha Pai 2020-08-10 11:58:16 +05:30 committed by Starbeamrainbowlabs
parent 12e2510f99
commit f45f4dafcb
1 changed files with 2 additions and 2 deletions

View File

@ -7,9 +7,9 @@
`dvc diff {{commit_hash/tag/branch}}`
- Compare DVC tracked file in Git b_rev w.r.t a_rev:
- Compare the changes in DVC tracked files from 1 git commit to another:
`dvc diff b_rev a_rev`
`dvc diff {{revision_b}} {{revision_a}}`
- Compare DVC tracked files, along with their latest hash: