this post was submitted on 03 Jul 2023
1 points (100.0% liked)

Git

3242 readers
1 users here now

Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.

Resources

Rules

  1. Follow programming.dev rules
  2. Be excellent to each other, no hostility towards users for any reason
  3. No spam of tools/companies/advertisements. It’s OK to post your own stuff part of the time, but the primary use of the community should not be self-promotion.

Git Logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License.

founded 2 years ago
MODERATORS
top 12 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 9 months ago

Debug

Degug

Debugging

Itdiydigxigxjxutxu

Debug

[–] [email protected] 1 points 2 years ago

Two users trying to chat with each other via commit messages.

1: "Youtube bro" 2: "Ohoo thanks"

[–] [email protected] 1 points 2 years ago

Empty commit message. Yes it's possible. Yes it's as bad as the cli tries to prevent it

[–] [email protected] 1 points 2 years ago

"Stuff" or "🤫"

[–] [email protected] 1 points 2 years ago

git commit -m 'oops'

[–] [email protected] 1 points 2 years ago (1 children)

Small Fixes

Added 1800 new lines...

[–] [email protected] 0 points 2 years ago

Hey, no one ever asked for the quantity of small fixes :3

[–] [email protected] 1 points 2 years ago

It was one with a message that someone copied from a commit I had made a full year before. It broke the build right before a release and the commit message bore no relation to the changes, of course.

Because they had copied my message, it had my initials in. I had visits from irate managers in other buildings who ranted at me for a good 5 minutes without letting me get a word in to tell them that 1) it wasn’t me, and 2) undoing a subversion commit was a one-line command and not a good reason for the stupid amount of drama (there were no database or other irrevocable changes).

The last manager to speak to me told me it was still my fault as it was a bad message in the first place. The message read “Fixing typo in the audit log”.

[–] [email protected] 0 points 2 years ago (1 children)

"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"

[–] [email protected] 1 points 2 years ago

I know I'm having a bad day when my commit messages have question marks in them.

[–] [email protected] 1 points 2 years ago* (last edited 2 years ago)

"A dumbass committed her email address hardcoded as a recipient for all mails, again."

-- Me, the dumbass

[–] [email protected] 1 points 2 years ago

One senior guy managed to merge with the commit template, as is, with **Insert brief summary here** and **description goes here**