Two users trying to chat with each other via commit messages.
1: “Youtube bro” 2: “Ohoo thanks”
Empty commit message. Yes it’s possible. Yes it’s as bad as the cli tries to prevent it
I just pushed “idefk”, cause frankly, no idea what was in it, but it touched half the repo
git commit -m 'oops'
Small Fixes
Added 1800 new lines…
One senior guy managed to merge with the commit template, as is, with
**Insert brief summary here**
and**description goes here**
“fix ci” “Again” “Maybe?”
Every time I work on CIs I just lose it after 1 or 2 commits and squash merge later on. Also when integrating projects together (eg I’m working on a language and made a POC for a new parser in a separate project) I’m just like “hajzjgkzlabai yes”
Worst commit that i pushed receantly was
git commit -m "._."
for my personal js practice repo. I needed it because all of the content is “CRLF” but I’m using “LF” on my machine.