File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -70,13 +70,14 @@ and PRs:
70
70
6 . Push your changes to your fork: ` git push --set-upstream origin issue-12345-fix `
71
71
(After adding commits, you can use ` git push ` and after rebasing or
72
72
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.
77
74
78
75
[ ghpullrequest ] : https://guides.github.com/activities/forking/#making-a-pull-request
79
76
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
+
80
81
If your reviewer requests changes, the procedure for those changes looks much
81
82
the same, with some steps skipped:
82
83
You can’t perform that action at this time.
0 commit comments