How to Squash Using Github Squash and Merge? #5123
Closed
ryanolson-aumni
started this conversation in
General
Replies: 1 comment 2 replies
-
I'm a bit confused by your request here as you're saying two different things:
And then:
This is antinomic. If you merge a pull request via the squash method, then you'll get a single commit on top of the target branch. Does that help? My next question would be: why would you prefer a merge commit over a squash? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What I'm hoping to accomplish is get a queue setup so that:
What's the best way to do this?
I tried:
But then I see this on a test PR
How can I solve this? Or is the best option doing a squash merge_method and configure it using templating?
Beta Was this translation helpful? Give feedback.
All reactions