I really need your help here.
I have a project that's based on an open-source solution hosted on Github. I need to be able to change files as required for my company, but at the same time sync the code with the original repo to keep it updated.
So I need something like
(get-latest-remote-repo-code --> apply-my-specific-adjustments --> production)
What's the most sensible way to achieve this? How would you handle this situation?