File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,23 +71,24 @@ changes from the subtree to rust-lang/rust) are performed from the subtree repos
7171switch to its repository checkout directory in your terminal).
7272
7373#### Performing pull
74- 1 ) Checkout a new branch that will be used to create a PR into the subtree 2) Run the pull command
74+ 1 . Checkout a new branch that will be used to create a PR into the subtree
75+ 2 . Run the pull command
7576 ```
7677 rustc-josh-sync pull
7778 ```
78- 3) Push the branch to your fork and create a PR into the subtree repository
79+ 3. Push the branch to your fork and create a PR into the subtree repository
7980 - If you have `gh` CLI installed, `rustc-josh-sync` can create the PR for you.
8081
8182#### Performing push
8283
8384> NOTE:
8485> Before you proceed, look at some guidance related to Git [on josh-sync README].
8586
86- 1) Run the push command to create a branch named `<branch-name>` in a `rustc` fork under the `<gh-username>` account
87+ 1. Run the push command to create a branch named `<branch-name>` in a `rustc` fork under the `<gh-username>` account
8788 ```
8889 rustc-josh-sync push <branch-name> <gh-username>
8990 ```
90- 2) Create a PR from `<branch-name>` into `rust-lang/rust`
91+ 2. Create a PR from `<branch-name>` into `rust-lang/rust`
9192
9293### Creating a new Josh subtree dependency
9394
You can’t perform that action at this time.
0 commit comments