mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-03-22 12:44:37 -05:00
Merge Commits #149
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dsbert on GitHub (May 24, 2022).
Is there any recommendation for how merge commits should be formatted?
My team uses gitlab, which generates merge commits with the following default template.
I was considering the following.
@damianopetrungaro commented on GitHub (May 24, 2022):
Hey @dsbert !
merge commit should not exist IMHO :)
I do suggest you take a look at the rebase merge, which fixes the issue of having merge commits.
@MAHDTech commented on GitHub (Jun 30, 2022):
In GitLab you can also change the default to Fast-forward merge which will rebase as mentioned above to stop those commits appearing.
@damianopetrungaro commented on GitHub (Sep 7, 2022):
Closing this, @dsbert let me know if you have any other doubt!