Gonzako@lemmy.world to Programmer Humor@programming.dev · 4 days agoBoys, don't dev alone or you'll end up with a git log like minelemmy.worldvideomessage-square78linkfedilinkarrow-up1134arrow-down111
arrow-up1123arrow-down1videoBoys, don't dev alone or you'll end up with a git log like minelemmy.worldGonzako@lemmy.world to Programmer Humor@programming.dev · 4 days agomessage-square78linkfedilink
minus-squareHolla@feddit.orglinkfedilinkarrow-up7·edit-24 days agoWhen you have to amend a commit that you have already pushed you have to force push the amendment. That should then trigger the Pipeline
minus-squaretyler@programming.devlinkfedilinkarrow-up6·4 days ago–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.
minus-squaredoppydrop@lemmy.calinkfedilinkarrow-up2·4 days agoThis is good advice, I got too used to being a solo dev that once I worked with a larger team… mistakes were made.
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
–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.