Skip to content

Commit e30c708

Browse files
committed
Instruct to do git push first and then dvc push
Technically the order shouldn't matter, but most tutorials seem to use `git push` first so follow that.
1 parent 6bd7ba9 commit e30c708

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ proceeding with the next steps.
474474
The entire workflow for generating or modifying baseline test images can be
475475
summarized 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

0 commit comments

Comments
 (0)