BretFisher / node-docker-good-defaults

sample node app for Docker examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clone or as submodule?

BenRoe opened this issue · comments

commented

Hi,
what is the best practice to use this project.
Should i copy all files in my project directory ,or use git submodule?
CP is easy, but with submodule i can track new improvements.

There isn't really a way to get updates via git IMO, as you'll be customizing this a lot for your apps... so I wouldn't recommend anything other than copying the files you need (you may not need all of them) into your fresh app repo.