Skip to content

Commit 3a30bc7

Browse files
mark-i-msteveklabnik
authored andcommitted
add note about git origin
1 parent f27931d commit 3a30bc7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

posts/inside-rust/2020-03-09-rename-rustc-guide.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ We have put significant work into finding and updating links around the
2121
`rust-lang/*` repos. We have also put up a website in place of the former
2222
`rustc-guide` website that points to the book and rustc-dev-guide.
2323

24+
To update your git clone of the (former) `rustc-guide` repo, you can do the following:
25+
26+
```
27+
git remote set-url origin https://github.com/rust-lang/rustc-dev-guide.git
28+
```
29+
30+
This will change where git thinks the `origin` remote repo is to
31+
`rust-lang/rustc-dev-guide`.
32+
2433
You can find more information in [this issue][gh]. If you have any questions or
2534
concerns, please feel free to contact us either by opening an [issue on the
2635
rustc-dev-guide repo][repo] or on our [zulip channel][zulip].

0 commit comments

Comments
 (0)