Skip to content

Commit ff2bfe0

Browse files
authored
Merge pull request #2514 from rust-lang/tshepang/for-ssh-protocol
add rdg push git config entry for git protocol pushers (again)
2 parents 62e3a05 + c8ef211 commit ff2bfe0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/doc/rustc-dev-guide/src/external-repos.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ switch to its repository checkout directory in your terminal).
8080
8181
#### Performing push
8282
83+
> NOTE:
84+
> Before you proceed, look at some guidance related to Git [on josh-sync README],
85+
8386
1) Run the push command to create a branch named `<branch-name>` in a `rustc` fork under the `<gh-username>` account
8487
```
8588
rustc-josh-sync push <branch-name> <gh-username>
@@ -173,3 +176,4 @@ the week leading up to the beta cut.
173176
[Toolstate chapter]: https://forge.rust-lang.org/infra/toolstate.html
174177
[josh]: https://josh-project.github.io/josh/intro.html
175178
[josh-sync]: https://github.com/rust-lang/josh-sync
179+
[on josh-sync README]: https://github.com/rust-lang/josh-sync#git-peculiarities

0 commit comments

Comments
 (0)