Skip to content

Commit

Permalink
Fixed incorrect pull command. (Path-Check#769)
Browse files Browse the repository at this point in the history
  • Loading branch information
martingd authored and monaabd27 committed May 18, 2020
1 parent 8146892 commit d4b1ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ git remote add upstream [email protected]:Path-Check/covid-safe-paths.git
```bash
git checkout develop # you want to branch from the latest 'develop' branch

git pull upstream/develop # make sure you have the latest code from upstream
git pull upstream develop # make sure you have the latest code from upstream

git push origin develop # optional, push these changes to YOUR fork's develop branch
```
Expand Down

0 comments on commit d4b1ab3

Please sign in to comment.