by thisdougb on 3/29/25, 10:05 AM with 7 comments
Genuinely interested if some git gurus can improve this. Particularly around the pre-push hook, which is dependent on retained squash commit text. Or if there's an entirely better way to achieve the same thing.
by gerardnico on 3/31/25, 11:18 AM
https://www.conventionalcommits.org/en/v1.0.0/
Ie example of commit message
fix: prevent racing of requests
Desc
Time-spend: Z
by jarbus on 3/29/25, 11:48 AM