|
|
|
|
|
by alemanek
158 days ago
|
|
Yes but specifically with a rebase merge the commits aren’t interleaved with the commits brought in from mainline like they are with a merge commit. EDIT: I may have read more into GPs post but on teams that I have been on that used merge commits we did this flow as well where we merged from main before a PR. Resolving conflicts in the feature branch. So that workflow isn’t unique to using rebase. But using rebase to do this lets you later more easily rewrite history to cleanup the commits for the feature development. |
|