Use squash merge #9875
ThomasGoulet73
started this conversation in
General
Replies: 1 comment
-
@ThomasGoulet73 Thanks for bringing this to our notice and apologies for the oversight. Just checked we were doing it the wrong way, will make sure that we squash and merge from now on. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed that the latest merged PRs were merged with a merge commit instead of a squash merge like it was previously. I would suggest using squash merge instead of merge commits to have cleaner and more linear git history. FWIW dotnet/runtime always uses squash merge except in specific cases and only repo admins have access to merging using merge commits (See dotnet/runtime#260 for a discussion about this).
/cc @harshit7962 since you were the last person to merge PRs
Beta Was this translation helpful? Give feedback.
All reactions