I'm working on a CakePHP project, whose source I have cloned via GitHub. My own code is located inside the CakePHP folder.
I would like to be able to push my code into it's own repo in GitHub, while being able to pull any CakePHP update from Github without this deleting or overwritting my code.
Is this possible?
Thanks!