mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-03-23 06:01:43 -05:00
Add git command for writing conventional commits to examples #147
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 @RayZ0rr on GitHub (Apr 24, 2022).
git commit -morgit commit -m "<title>" -m "<description>"can be used for conventional commits. The main problem is adding newlines between body and title. Maybe add examples showing that.@Hi2885 commented on GitHub (Jan 7, 2024):
That it needs to be tested