Skip to content

Commit 5860a72

Browse files
committed
Mention dvc status command to see which files need staging
1 parent af79eef commit 5860a72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

+1
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,7 @@ summarized as follows:
484484

485485
# Generate hash for baseline image and stage the *.dvc file in git
486486
git rm -r --cached 'pygmt/tests/baseline/test_logo.png' # only run if migrating existing image from git to dvc
487+
dvc status # check which files need to be added to dvc
487488
dvc add pygmt/tests/baseline/test_logo.png
488489
git add pygmt/tests/baseline/test_logo.png.dvc
489490

0 commit comments

Comments
 (0)