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
-
The main issue came from me assuming the conflicts were due to a rebase I did from master into my branch. Didn't bother checking upstream commits.
Lesson learned. -
@DLMousey we don't and honestly haven't had any issues in the past years when working with up to ~15 people. Anything bigger than that and branch protection is a must.
The issue happened when working with another dev who lives in an opposite timezone, and I pulled, rebased, commited and force pushed in 5 mins. Within those 5 mins he got a new commit in there... which I didn't expected. -
@CorruptComputer I am. Sometimes those PRs have merge conflict and can be cleanly fixed by rebasing master and force pushing the new history order.
Related Rants
-
DivByZero9During a software presentation for a group of clients i said: "I reworked the interface for you. Now it's idi...
-
gurumeditation14Not me, but a colleague of mine ordered 10,000 pens with <company>.com printed on them - but our company had a...
-
darshan23038Client asked to change the shade of blue to a little lighter shade. Deleted the hex code and typed the same he...
$ git push
> current branch is behind
$ git push -f
... 5mins later coworker is asking why his commits have disappeared.
undefined
wk50