Context:
I have a private copy of twilio react project and have developed a lot of things over that considering it to be my master branch (directly pushing commits to it). While developing it, I have noticed twilio developers pushed a lot of fixes for several components. What would be the best way to merge those changes into my current private copy of their repository?
Problem:
How to maintain a copy of a public project privately and still developing over it?