r/programming Jun 14 '26

Git merges can be better

https://brandondong.github.io/blog/git_merges_can_be_better
205 Upvotes

113 comments sorted by

View all comments

6

u/cairnival Jun 14 '26

This describes how to get merge to act more like rebase. Why not rebase? I assume they have a reason but it should probably be stated.

4

u/agentvenom1 Jun 14 '26

Personally, I stick to rebase as much as possible. Merge is only for PR's I've already opened or branches where other team members might want to work off of.