I have forked my master code i.e zip/production
and created a forked project i.e map/production
on gitlab
Now I have made changes to my forked codebase and I want to maintain it that way:
I.e I dont want to touch the additional code present in separate files on my forked repo but I have also made updates on master
code and want this to reflect the same on forked codebase without affecting the additional files and code present in map/production.
Its something like forked repo + additional code and the additional code should remain unaffected while bringing in changes from the master repo.
How to go about this?