this post was submitted on 09 Apr 2025
554 points (100.0% liked)

Programmer Humor

23485 readers
1588 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 37 points 1 month ago (3 children)

At this point just create a script or alias called "fuckthis" that does that and then push direct to main

[–] [email protected] 35 points 1 month ago (1 children)

PR reviews take the most time, eliminating those saved us loads of time.

QA were also bogging us down, axed them too. Now we’re flying.

The Social Security Infrastructure rebuild should be done in a matter of weeks! At least that’s what Copilot says.

[–] [email protected] 1 points 1 month ago

That's how you get a Boing

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

I have auto save on. A cron job running every minute with just git add . && git commit - m "wip"

[–] [email protected] 12 points 1 month ago

&& git push --force

[–] [email protected] 18 points 1 month ago (3 children)

Have the name of the alias be "gti" or "gut"

[–] [email protected] 7 points 1 month ago* (last edited 1 month ago)
alias {gti,gut}='git commit -am "changes" && git push -f'
[–] [email protected] 5 points 1 month ago* (last edited 1 month ago)

I have about a dozen aliases of various mistypings of "git". Somehow I still hit unaliased typo once in a while