Skip to content

Commit aa9bff2

Browse files
committed
fix sembr tool limitation
1 parent 13e480c commit aa9bff2

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

src/external-repos.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,23 +71,24 @@ changes from the subtree to rust-lang/rust) are performed from the subtree repos
7171
switch 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

0 commit comments

Comments
 (0)