this post was submitted on 23 Jun 2026
86 points (92.2% liked)

Programmer Humor

31948 readers
379 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 5 points 20 hours ago (1 children)

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

[–] tyler@programming.dev 2 points 17 hours 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 1 points 17 hours 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.