Skip to content

Commit c995bc9

Browse files
authored
Merge pull request #14 from rust-lang/Kobzol-patch-1
Fix push command in README
2 parents 0654738 + 93155b9 commit c995bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ A pull operation fetches changes to the subtree subdirectory that were performed
3232
A push operation takes changes performed in the subtree repository and merges them into the subtree subdirectory of the `rust-lang/rust` repository. After performing a push, a push request is sent against the *rustc repository*. We *push to rustc*.
3333

3434
1) Checkout the latest default branch of the subtree
35-
2) Run `rustc-josh-sync pull <your-github-username> <branch>`
35+
2) Run `rustc-josh-sync push <your-github-username> <branch>`
3636
- The branch with the push contents will be created in `https://github.com/<your-github-username>/rust` fork, in the `<branch>` branch.
3737
3) Send a PR to [rust-lang/rust]
3838

0 commit comments

Comments
 (0)