File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -474,7 +474,7 @@ proceeding with the next steps.
474474The entire workflow for generating or modifying baseline test images can be
475475summarized as follows:
476476
477- # Sync with git and dvc remote
477+ # Sync with both git and dvc remotes
478478 git pull
479479 dvc pull
480480
@@ -487,10 +487,10 @@ summarized as follows:
487487 git rm -r --cached 'pygmt/tests/baseline/test_logo.png' # optional
488488 git add pygmt/tests/baseline/test_logo.png.dvc
489489
490- # Commit changes and push to both the dvc and git remote
490+ # Commit changes and push to both the git and dvc remotes
491491 git commit -m "Add test_logo.png into DVC"
492- dvc push --remote upstream
493492 git push
493+ dvc push --remote upstream
494494
495495### Documentation
496496
You can’t perform that action at this time.
0 commit comments