I would like to clone a starter project for a javascript application. The starter project contains pre-configurations for development and nice folder structures etc. I would be developing my app inside that folder structure. I will be committing the starter project and all my files to my own repo.
What I want to know is, can I keep the linkage to the startup project repo so I can pull any of their changes to (for example) the build config files?
I looked into git submodules but don't think that will work since I am making changes inside the "sub-project".