This repository was archived by the owner on Apr 23, 2024. It is now read-only.
Replies: 1 comment
|
Yup, I agree with squash. If the current branch only has 1 contributor, to make us easy for blaming 🤣 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Tbh I'm very opinionated on this haha. I really prefer using Squash & Merge.
"When you select the Squash and merge option on a pull request on GitHub, the pull request's commits are squashed into a single commit. Instead of seeing all of a contributor's individual commits from a topic branch, the commits are combined into one commit and merged into the default branch."
I like it because individual devs on PRs can have as many commits as they want, but when it's merged to master it's one cohesive commit with a clear purpose. Easy to revert, too.
All reactions