this post was submitted on 23 Jun 2026
123 points (92.4% liked)
Programmer Humor
31992 readers
495 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 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Would this also trigger (
git rev-parse) to change? I have CI/CD listening to changes on the master branchWhen you have to amend a commit that you have already pushed you have to force push the amendment. That should then trigger the Pipeline
--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.
This is good advice, I got too used to being a solo dev that once I worked with a larger team... mistakes were made.