Skip to content

Commit

Permalink
Update workflow to git oddities
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Aug 15, 2017
1 parent b9e4bdb commit 93a9183
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -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
Expand Down

0 comments on commit 93a9183

Please sign in to comment.