Skip to content

Commit d79787c

Browse files
committed
already documented elsewhere
1 parent 51eeb80 commit d79787c

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

src/external-repos.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,7 @@ switch to its repository checkout directory in your terminal).
8181
#### Performing push
8282
8383
> NOTE:
84-
> If you use Git protocol to push to your fork of `rust-lang/rust`,
85-
> ensure that you have this entry in your Git config,
86-
> else the 2 steps that follow would prompt for a username and password:
87-
>
88-
> ```
89-
90-
> insteadOf = "https://github.com/"
91-
> ```
84+
> Before you proceed, look at some guidance related to Git [on josh-sync README],
9285
9386
1) Run the push command to create a branch named `<branch-name>` in a `rustc` fork under the `<gh-username>` account
9487
```
@@ -183,3 +176,4 @@ the week leading up to the beta cut.
183176
[Toolstate chapter]: https://forge.rust-lang.org/infra/toolstate.html
184177
[josh]: https://josh-project.github.io/josh/intro.html
185178
[josh-sync]: https://github.com/rust-lang/josh-sync
179+
[on josh-sync README]: https://github.com/rust-lang/josh-sync#git-peculiarities

0 commit comments

Comments
 (0)