Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions src/external-repos.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,16 @@ switch to its repository checkout directory in your terminal).

#### Performing push

> NOTE:
> If you use Git protocol to push to your fork of `rust-lang/rust`,
> ensure that you have this entry in your Git config,
> else the 2 steps that follow would prompt for a username and password:
>
> ```
> [url "[email protected]:"]
> insteadOf = "https://github.com/"
> ```

1) Run the push command to create a branch named `<branch-name>` in a `rustc` fork under the `<gh-username>` account
```
rustc-josh-sync push <branch-name> <gh-username>
Expand Down