Skip to content

Commit 8608047

Browse files
guswynnjyn514
authored andcommitted
move 7/8 to prose
1 parent 072657e commit 8608047

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/git.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,14 @@ and PRs:
7070
6. Push your changes to your fork: `git push --set-upstream origin issue-12345-fix`
7171
(After adding commits, you can use `git push` and after rebasing or
7272
pulling-and-rebasing, you can use `git push --force-with-lease`).
73-
7. If you end up needing to rebase and are hitting conflicts, see [Rebasing](#rebasing).
74-
8. If you want to track upstream while working on long-running feature/issue, see
75-
[Keeping things up to date](#keeping-things-up-to-date).
76-
9. [Open a PR][ghpullrequest] from your fork to `rust-lang/rust`'s master branch.
73+
7. [Open a PR][ghpullrequest] from your fork to `rust-lang/rust`'s master branch.
7774

7875
[ghpullrequest]: https://guides.github.com/activities/forking/#making-a-pull-request
7976

77+
If you end up needing to rebase and are hitting conflicts, see [Rebasing](#rebasing).
78+
If you want to track upstream while working on long-running feature/issue, see
79+
[Keeping things up to date](#keeping-things-up-to-date).
80+
8081
If your reviewer requests changes, the procedure for those changes looks much
8182
the same, with some steps skipped:
8283

0 commit comments

Comments
 (0)