Skip to content

Commit

Permalink
move 7/8 to prose
Browse files Browse the repository at this point in the history
  • Loading branch information
guswynn authored and jyn514 committed Jun 9, 2021
1 parent 072657e commit 8608047
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,14 @@ and PRs:
6. Push your changes to your fork: `git push --set-upstream origin issue-12345-fix`
(After adding commits, you can use `git push` and after rebasing or
pulling-and-rebasing, you can use `git push --force-with-lease`).
7. If you end up needing to rebase and are hitting conflicts, see [Rebasing](#rebasing).
8. If you want to track upstream while working on long-running feature/issue, see
[Keeping things up to date](#keeping-things-up-to-date).
9. [Open a PR][ghpullrequest] from your fork to `rust-lang/rust`'s master branch.
7. [Open a PR][ghpullrequest] from your fork to `rust-lang/rust`'s master branch.

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

If you end up needing to rebase and are hitting conflicts, see [Rebasing](#rebasing).
If you want to track upstream while working on long-running feature/issue, see
[Keeping things up to date](#keeping-things-up-to-date).

If your reviewer requests changes, the procedure for those changes looks much
the same, with some steps skipped:

Expand Down

0 comments on commit 8608047

Please sign in to comment.