this post was submitted on 23 Jun 2026
93 points (93.5% liked)

Programmer Humor

31975 readers
955 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 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] waldfee@feddit.org 6 points 3 days ago* (last edited 2 days ago) (1 children)

When you have to amend a commit that you have already pushed you have to force push the amendment. That should then trigger the Pipeline

[–] tyler@programming.dev 4 points 2 days ago (1 children)

--force-with-lease though, not just force.. It's a good habit to have because then when you are working with other people you won't fuck everything up.

[–] doppydrop@lemmy.ca 2 points 2 days ago

This is good advice, I got too used to being a solo dev that once I worked with a larger team... mistakes were made.