mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
Update workflow to git oddities
This commit is contained in:
parent
b9e4bdbf60
commit
93a9183256
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user