We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git rm -r --cached
1 parent 93f6d6e commit 1f06f9aCopy full SHA for 1f06f9a
CONTRIBUTING.md
@@ -483,8 +483,8 @@ summarized as follows:
483
mv baseline/*.png pygmt/tests/baseline/
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 add pygmt/tests/baseline/test_logo.png
- git rm -r --cached 'pygmt/tests/baseline/test_logo.png' # optional
488
git add pygmt/tests/baseline/test_logo.png.dvc
489
490
# Commit changes and push to both the git and dvc remotes
0 commit comments