File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
src/doc/rustc-dev-guide/src Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -81,14 +81,7 @@ switch to its repository checkout directory in your terminal).
81
81
#### Performing push
82
82
83
83
> 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],
92
85
93
86
1) Run the push command to create a branch named `<branch-name>` in a `rustc` fork under the `<gh-username>` account
94
87
```
@@ -183,3 +176,4 @@ the week leading up to the beta cut.
183
176
[Toolstate chapter]: https://forge.rust-lang.org/infra/toolstate.html
184
177
[josh]: https://josh-project.github.io/josh/intro.html
185
178
[josh-sync]: https://github.com/rust-lang/josh-sync
179
+ [on josh-sync README]: https://github.com/rust-lang/josh-sync#git-peculiarities
You can’t perform that action at this time.
0 commit comments