canpolat@programming.devM to Git@programming.devEnglish · 3 years agoWhat's the worst commit message you have ever seen?programming.devimagemessage-square16linkfedilinkarrow-up13arrow-down10file-text
arrow-up13arrow-down1imageWhat's the worst commit message you have ever seen?programming.devcanpolat@programming.devM to Git@programming.devEnglish · 3 years agomessage-square16linkfedilinkfile-text
minus-squarekabat@programming.devlinkfedilinkEnglisharrow-up1·3 years agoI 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.
I use a single dot when committing to a feature branch. I will either
rebaseormerge --squashanyway, 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.