Skip to content

Commit 591145c

Browse files
authored
Rollup merge of rust-lang#7237 - hi-rustin:rustin-patch-command, r=flip1995
Add the command to add upstream remote changelog: none Adding this command should better help new contributors.
2 parents 99fb776 + fd442c3 commit 591145c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/basics.md

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ git clone [email protected]:<your-username>/rust-clippy
2828
If you've already cloned Clippy in the past, update it to the latest version:
2929

3030
```bash
31+
# If the upstream remote has not been added yet
32+
git remote add upstream https://github.com/rust-lang/rust-clippy
3133
# upstream has to be the remote of the rust-lang/rust-clippy repo
3234
git fetch upstream
3335
# make sure that you are on the master branch

0 commit comments

Comments
 (0)