Update workflow to git oddities

This commit is contained in:
Oliver Schneider 2017-08-15 18:32:04 +02:00
parent b9e4bdbf60
commit 93a9183256
1 changed files with 2 additions and 2 deletions

View File

@ -309,8 +309,8 @@ a pull request against the broken project. When you have opened a pull request,
you can point the submodule at your pull request by calling
```
git fetch origin pull/$id_of_your_pr/head
git checkout pull/$id_of_your_pr/head
git fetch origin pull/$id_of_your_pr/head:my_pr
git checkout my_pr
```
within the submodule's directory. Don't forget to also add your changes with