Melkeydev / go-blueprint

Go-blueprint allows users to spin up a quick Go project using a popular framework
https://docs.go-blueprint.dev/
MIT License
5.98k stars 337 forks source link

Squash and merge all commits #32

Closed Melkeydev closed 1 year ago

Melkeydev commented 1 year ago

Can we squash all the previous commits on the main branch?

itschip commented 1 year ago

Likely you/codeowner that has to do an interactive rebase and force push it. Doing this through a PR is ugh.

mimatache commented 1 year ago

You can also enforce this type of merge in the GitHub settings page, and only leave the Squash and Merge Option: image

Here, you can enforce what type of merges you would like to allow.