Replies: 1 comment 1 reply
-
It doesn't look too problematic imho. Rebasing would be more difficult to revert. Merging is the default action, and if it isn't broken, why fix it? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've noticed that PRs are being merged instead of rebasing it's a problematic practice and you also get the "person X merged repo branch Y into repo Z" in the git log. Anyway, I'm very much suggesting that the main branch use git rebase instead of git merge.
More info: https://stackoverflow.com/questions/804115/when-do-you-use-git-rebase-instead-of-git-merge#answers
Beta Was this translation helpful? Give feedback.
All reactions