mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Update workflow to git oddities
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user