Skip to content

Commit f467776

Browse files
committed
Fetch the pull request before checkout
1 parent 49fca85 commit f467776

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTING.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,8 @@ a pull request against the broken project. When you have opened a pull request,
309309
you can point the submodule at your pull request by calling
310310

311311
```
312-
git checkout pulls/$id_of_your_pr/head
312+
git fetch origin pull/$id_of_your_pr/head
313+
git checkout pull/$id_of_your_pr/head
313314
```
314315

315316
within the submodule's directory. Don't forget to also add your changes with

0 commit comments

Comments
 (0)