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.
474
474
The entire workflow for generating or modifying baseline test images can be
475
475
summarized as follows:
476
476
477
- # Sync with git and dvc remote
477
+ # Sync with both git and dvc remotes
478
478
git pull
479
479
dvc pull
480
480
@@ -487,10 +487,10 @@ summarized as follows:
487
487
git rm -r --cached 'pygmt/tests/baseline/test_logo.png' # optional
488
488
git add pygmt/tests/baseline/test_logo.png.dvc
489
489
490
- # Commit changes and push to both the dvc and git remote
490
+ # Commit changes and push to both the git and dvc remotes
491
491
git commit -m "Add test_logo.png into DVC"
492
- dvc push --remote upstream
493
492
git push
493
+ dvc push --remote upstream
494
494
495
495
### Documentation
496
496
You can’t perform that action at this time.
0 commit comments