We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e37eb67 commit 51eeb80Copy full SHA for 51eeb80
src/external-repos.md
@@ -80,6 +80,16 @@ switch to its repository checkout directory in your terminal).
80
81
#### Performing push
82
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
+> [url "[email protected]:"]
90
+> insteadOf = "https://github.com/"
91
92
+
93
1) Run the push command to create a branch named `<branch-name>` in a `rustc` fork under the `<gh-username>` account
94
```
95
rustc-josh-sync push <branch-name> <gh-username>
0 commit comments