From f45f4dafcb08e2a92fe9345ed9b2ce28ca40017b Mon Sep 17 00:00:00 2001 From: Puneetha Pai <21996583+PuneethaPai@users.noreply.github.com> Date: Mon, 10 Aug 2020 11:58:16 +0530 Subject: [PATCH] dvc diff: Apply suggestions from code review Co-authored-by: Starbeamrainbowlabs --- pages/common/dvc-diff.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/dvc-diff.md b/pages/common/dvc-diff.md index 10de27a0f..2a08fe91b 100644 --- a/pages/common/dvc-diff.md +++ b/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: