Pull template repository
I would like to know if it is possible to use a template repository and after the template repo receives changes if I can "pull" to add the news changes to my personal repo just like reinstalling a library
2 Replies
the dirty way is to pool the repository, looking for changes and acting on them
the correct way would be to create a app, connect to the repository, and receive changes on webhooks
but for the correct way, you would need to connect the app to the repo
Manually, you mean?
I don't think I should be doing a lot of changes on a template repo too. It's a template repo not a package dependency. I will just focus on making the template as stable as possible, then I won't need to care about future changes