Skip to content

Commit 93a9183

Browse files
committed
Update workflow to git oddities
1 parent b9e4bdb commit 93a9183

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -309,8 +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 fetch origin pull/$id_of_your_pr/head
313-
git checkout pull/$id_of_your_pr/head
312+
git fetch origin pull/$id_of_your_pr/head:my_pr
313+
git checkout my_pr
314314
```
315315

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

0 commit comments

Comments
 (0)