Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
g r o s s. I've had this happen to me too but for dumber reasons (one dev was having problems rebasing their own branch, so a senior developer just force pushed it, thus forcing everyone else to rebase).
OTOH why are you merging PRs with wip/fixup commits? You know you can rebase your PR branch right? -
@HollowKitty yes, I know and we rebase, but sometimes a wip gets merged by mistake.
-
@HollowKitty we leave it like that when it happens tho, we don't fuck up the master branch because of that.
-
@shellbug Yeah I should hope so :) wip/fixup commits are definitely the lesser sin here...
Related Rants

We all know that guy that resolve all the conflicts with a "push --force"
git push --force origin master
My team lead force pushed to master. This guys always complains when we merge PRs with wip or fixup commits and he just did it himself and tried to cover it up doing a rebase on the master branch.
Good job fucking up everyone. 👍
rant
team lead
yoda would be proud tho
git screw up
force push