I have a fork from a code uploaded on github. After cloning the fork to my computer, I've adjusted some parts of the code. However, The original code itself has been modified by the writers.
What I want to do is, I want to store my adjustments somewhere, update the fork to match the original code, then add my adjustments to the updated fork without the need of deleting/rewriting anything.
Is that possible? what git commands should I use exactly?!