I have cloned a repository from github using the git clone
command.
I have made changes to this repository e.g. editing and deleting files + adding my own files etc.
During this time, changes have been made to the original repository (from which I cloned) e.g. the owner of that repo has updated build files etc.
It would be beneficial to include these changes in my project.
However, I don't want to have to do this manually if possible.
Using Git, is there any way to merge only the specific changes to the github repo that I want to include in my project - (since merging the whole project would re-include files from the original that I may have since deleted).