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).
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- > [url "git@github.com:"]
90- > insteadOf = "https://github.com/"
91- > ```
84+ > Before you proceed, look at some guidance related to Git [on josh-sync README],
9285
93861) 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
You can’t perform that action at this time.
0 commit comments