We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af79eef commit 5860a72Copy full SHA for 5860a72
CONTRIBUTING.md
@@ -484,6 +484,7 @@ summarized as follows:
484
485
# Generate hash for baseline image and stage the *.dvc file in git
486
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
488
dvc add pygmt/tests/baseline/test_logo.png
489
git add pygmt/tests/baseline/test_logo.png.dvc
490
0 commit comments