this post was submitted on 09 Apr 2025
556 points (98.8% liked)
Programmer Humor
22726 readers
1252 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Be a man.
‘git commit -am “changes”’
At this point just create a script or alias called "fuckthis" that does that and then push direct to main
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.
That's how you get a Boing
I have auto save on. A cron job running every minute with just git add . && git commit - m "wip"
&& git push --force
Have the name of the alias be "gti" or "gut"
I have about a dozen aliases of various mistypings of "git". Somehow I still hit unaliased typo once in a while
And any project worth their salt will reject it for two reasons:
I’ve got signing auto enabled though
git yolo
Doesn't work for me idk why, it'll ignore the message, and i have to commit again before i can push