Rebase and Merge #169
jamesaorson
started this conversation in
General
Replies: 1 comment 5 replies
-
The general strategy I was working off of was: once your PR is approved, you rebase on the target branch to ensure you have incorporated the most recent changes and resolved any conflicts that might exist. You then would be able to cleanly merge the changes in. I'm not sure if this is what you were suggesting or not, but I like to keep the single merge to show where changes were brought in to the main branch. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Why are we using merge commits instead of rebase and merge? I have found that rebase and merge makes a much cleaner commit history and makes merge conflicts much easier to fix.
Beta Was this translation helpful? Give feedback.
All reactions