mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
Also fetch origin before merging master into the rustup branch
This commit is contained in:
parent
1a9ba3b2c2
commit
7a83eafd44
@ -183,8 +183,8 @@ to be run inside the `rust` directory):
|
||||
`rust-clippy` repo (this has to be done in the Clippy repo, not in the
|
||||
rust-copy of Clippy):
|
||||
```bash
|
||||
git fetch origin && git fetch upstream
|
||||
git checkout sync-from-rust
|
||||
git fetch upstream
|
||||
git merge upstream/master
|
||||
```
|
||||
3. Open a PR to `rust-lang/rust-clippy` and wait for it to get merged (to
|
||||
|
Loading…
Reference in New Issue
Block a user