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

Git

2822 readers
3 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 1 year ago
MODERATORS
top 9 comments
sorted by: hot top controversial new old
[–] Lunivore@lemmy.world 1 points 1 year 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”.

[–] DoubleEndedIterator@programming.dev 1 points 1 year ago (1 children)

Small Fixes

Added 1800 new lines...

[–] astraeus@programming.dev 1 points 1 year ago

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

[–] boo@lemmy.one 1 points 1 year ago

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

[–] mertssmnoglu@programming.dev 1 points 1 year ago

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

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

[–] PoolloverNathan@programming.dev 1 points 1 month ago

189cbca refactor

425b7de increased bullshitry levels

33bc72d works on my machine

f5fe8ed who the fuck cares

112e7ff probably did more shit

c02191c updater cool factor

[–] Nomecks@lemmy.ca 1 points 1 month ago

Debug

Degug

Debugging

Itdiydigxigxjxutxu

Debug

[–] kabat@programming.dev 0 points 1 year ago* (last edited 1 year ago) (1 children)

I use a single dot when committing to a feature branch. I will either rebase or merge --squash anyway, so what's the point really.

e: in my private projects that is, I use a jira ticket number at work, because I have to.

[–] Girtablulu@feddit.de 0 points 1 year ago

Hehe I do the same, just a dot