kwall@programming.dev to Programming@programming.devEnglish · 1 year agoNo Longer My Favorite Git Commitmtlynch.ioexternal-linkmessage-square19linkfedilinkarrow-up171arrow-down13
arrow-up168arrow-down1external-linkNo Longer My Favorite Git Commitmtlynch.iokwall@programming.dev to Programming@programming.devEnglish · 1 year agomessage-square19linkfedilink
minus-squarerumschlumpel@feddit.orglinkfedilinkarrow-up5·1 year agoThat was rather insightful. And I definitely need a primer on writing good commit messages, and possibly on what a good version control commit is in the first place. And TIL you can actually use some kind of markdown in git commit messages!
minus-squarenimpnin@sopuli.xyzlinkfedilinkarrow-up8·1 year agoYou can probably write your commit messages in most markup languages, whether it gets nicely rendered like it does here is a whole other topic
minus-squareKissaki@programming.devlinkfedilinkEnglisharrow-up1·1 year agoMe using stars * for italic which renders italic in GitLab but as bold in TortoiseGit
That was rather insightful. And I definitely need a primer on writing good commit messages, and possibly on what a good version control commit is in the first place.
And TIL you can actually use some kind of markdown in git commit messages!
You can probably write your commit messages in most markup languages, whether it gets nicely rendered like it does here is a whole other topic
Me using stars
*for italic which renders italic in GitLab but as bold in TortoiseGit