Skip to content

Commit

Permalink
DOC: change pull main to fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
mj-will committed Sep 20, 2024
1 parent 34e9267 commit 4aaf55d
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 @@ -253,7 +253,7 @@ separate from other work, simplifying review and merging once the work is done.
To create a new feature branch:

```bash
$ git pull main upstream
$ git fetch upstream
$ git checkout -b my-new-feature upstream/main
```

Expand Down

0 comments on commit 4aaf55d

Please sign in to comment.