瀏覽代碼

dvc diff: Apply suggestions from code review

Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
Puneetha Pai 4 年之前
父節點
當前提交
f45f4dafcb
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      pages/common/dvc-diff.md

+ 2 - 2
pages/common/dvc-diff.md

@@ -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: