File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -47,11 +47,12 @@ even need to worry about this while coding. You can use `git add` in
47
47
commits from a huge diff. Or use ` git rebase ` in ` interactive ` mode to rewrite
48
48
the history of your * feature* branch to your hearts content.
49
49
50
- __ Resolve conflicts in an open * pull request* __ Once you have submitted a * pull
51
- request* and you are receiving reviews and comments, you should avoid rebasing,
52
- as it makes it harder to follow your changes on GitHub. However, if GitHub
53
- notifies you about conflicts, you should rebase and fix the conflicts. Ideally,
54
- you would do that after you addressed all review comments.
50
+ __ Rebasing in an open * pull request* __ Once you have submitted a * pull request*
51
+ and you are receiving review comments, please avoid rebasing, as it makes it
52
+ harder for reviewers to follow any changes that they requested. However, if
53
+ GitHub notifies you about conflicts, you should rebase as described above,
54
+ while fixing those conflicts. Ideally, you do that after addressing all review
55
+ comments and having received another round of review.
55
56
56
57
#### Further reading
57
58
Consider reading the resources listed below, especially if some of above
You can’t perform that action at this time.
0 commit comments