One senior guy managed to merge with the commit template, as is, with **Insert brief summary here**
and **description goes here**
Me on feature branches when I have weird CI issues: “floopie 7”. You can guess what the previous ones are. Yes I’m aware of amend but this is easier and I just iron that stuff out when I fixed my problems
“A dumbass committed her email address hardcoded as a recipient for all mails, again.”
– Me, the dumbass
Probably anything saying “Commit” as the main verb (apart from “Initial commit”). “Add some code” is annoying but “Commit some code” is so much worse to me. Yeah, of course, every commit is committing some code lol.
I use a single dot when committing to a feature branch. I will either rebase
or merge --squash
anyway, so what’s the point really.
e: in my private projects that is, I use a jira ticket number at work, because I have to.