Skip to content

Commit 7a83eaf

Browse files
authored
Also fetch origin before merging master into the rustup branch
1 parent 1a9ba3b commit 7a83eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ to be run inside the `rust` directory):
183183
`rust-clippy` repo (this has to be done in the Clippy repo, not in the
184184
rust-copy of Clippy):
185185
```bash
186+
git fetch origin && git fetch upstream
186187
git checkout sync-from-rust
187-
git fetch upstream
188188
git merge upstream/master
189189
```
190190
3. Open a PR to `rust-lang/rust-clippy` and wait for it to get merged (to

0 commit comments

Comments
 (0)