File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,16 @@ Older versions of `josh-proxy` may not round trip commits losslessly so it is im
91
91
3) Push the branch to your fork and create a PR into `rustc-dev-guide`
92
92
93
93
### Push changes from this repository into `rust-lang/rust`
94
+
95
+ NOTE: If you use Git protocol to push to your fork of `rust-lang/rust`,
96
+ ensure that you have this entry in your Git config,
97
+ else the 2 steps that follow would prompt for a username and password:
98
+
99
+ ```
100
+
101
+ insteadOf = "https://github.com/ "
102
+ ```
103
+
94
104
1) Run the push command to create a branch named `<branch-name>` in a `rustc` fork under the `<gh-username>` account
95
105
```
96
106
cargo run --manifest-path josh-sync/Cargo.toml rustc-push <branch-name> <gh-username>
You can’t perform that action at this time.
0 commit comments