I think i conceptually get the best way to approach this, but not sure how to practically accomplish it.
when you create a new fuel instance with oil create, you do get a new project but it is attached to the main fuel repo ( along with submodules) , which is good, from a updating standpoint.
I then want to be able to have my project be attached to a project specific repo that I need to push to.
I understand that in general the only folder that should have my project files would be the app folder, so what is the best strategy to accomplish this?
app folder as a submodule? etc...