spdegabrielle
2020-11-13 10:08:33

Can anyone unpack this for me? https://twitter.com/rg9119/status/1327115846167064576?s=20 > <https://twitter.com/rg9119|Ron Garcia> > https://twitter.com/rg9119\|@rg9119 > > A student in my course taught me how https://twitter.com/racketlang\|@racketlang > can improve my version control experience:


laurent.orseau
2020-11-13 10:11:40

It just commits all changed files with a ‘random enough’ commit message and pushes directly. Not exactly recommended :wink:


spdegabrielle
2020-11-13 10:13:07

I don’t get why a random commit message is desirable?


laurent.orseau
2020-11-13 10:14:43

I suppose it’s just to make sure they are distinct, but I’m not sure that’s necessary


laurent.orseau
2020-11-13 10:15:11

(in particular since every commit has its own hash)


rokitna
2020-11-13 12:09:28

I know people who use "." as their commit message, and I don’t know why. Using "." probably raises fewer questions than “g880”.


spdegabrielle
2020-11-13 12:46:13

I love people who enter informative commit messages…because I sometimes read them :100:



samdphillips
2020-11-13 22:32:02

Writing good commit messages and breaking down changes into coherent pieces is a fine art.