HootinNHollerin@lemmy.world to Programmer Humor@lemmy.ml · 2 months agoWhich one are you reaching for today?lemmy.worldimagemessage-square55fedilinkarrow-up1561arrow-down12
arrow-up1559arrow-down1imageWhich one are you reaching for today?lemmy.worldHootinNHollerin@lemmy.world to Programmer Humor@lemmy.ml · 2 months agomessage-square55fedilink
minus-squareBougieBirdie@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up10·2 months agoI’m definitely writing useless git commit messages For work, I at least include the Jira ticket id For personal stuff, it’s sweeping features stuffed into one commit that barely describes what was changed
minus-squaregnutrino@programming.devlinkfedilinkEnglisharrow-up15·2 months ago“Fixed stuff” … “Fixed for real this time”
minus-squareCanadaPlus@lemmy.sdf.orglinkfedilinkarrow-up3·edit-22 months agoWhat was the git flag to basically rewrite history again? I’ve definitely been guilty of this, but if I can redo my changes in narrative form before I push I bet I won’t have to.
minus-squareblaue_Fledermaus@mstdn.iolinkfedilinkarrow-up2·2 months agoForcing myself to write in the format of Conventional Commits has helped me a lot to write better commit messages.
minus-squareFunbreaker@lemmy.ziplinkfedilinkarrow-up1·edit-22 months agoLooking at the website, Conventional Commits seems a little verbose for ny tastes but it probably helps actually communicate the changes so everyone is on the same page. Thanks for the tip! Edit: Spelling
I’m definitely writing useless git commit messages
For work, I at least include the Jira ticket id
For personal stuff, it’s sweeping features stuffed into one commit that barely describes what was changed
“Fixed stuff”
…
“Fixed for real this time”
What was the git flag to basically rewrite history again?
I’ve definitely been guilty of this, but if I can redo my changes in narrative form before I push I bet I won’t have to.
git rebase -i
Forcing myself to write in the format of Conventional Commits has helped me a lot to write better commit messages.
Looking at the website, Conventional Commits seems a little verbose for ny tastes but it probably helps actually communicate the changes so everyone is on the same page. Thanks for the tip!
Edit: Spelling